*** overhead/util/lib/usignal.c.orig	Sun Dec  3 17:14:52 1995
--- overhead/util/lib/usignal.c	Sun Dec  3 17:32:52 1995
***************
*** 45,51 ****
  /* Returns a pointer to a static buffer containing English text describing the same signal condition that signalNumber describes (interpreted as a Unix signal number).  The text has no newlines in it.  We contend that this is what ``psignal'' should have been returning all along. */
      static char SigBuff[40];
  #if SY_B4x
!     extern char *sys_siglist[];
  
      if (signalNumber < NSIG && signalNumber > 0) return sys_siglist[signalNumber];
  #endif /* !SYSV */
--- 45,51 ----
  /* Returns a pointer to a static buffer containing English text describing the same signal condition that signalNumber describes (interpreted as a Unix signal number).  The text has no newlines in it.  We contend that this is what ``psignal'' should have been returning all along. */
      static char SigBuff[40];
  #if SY_B4x
!     SYS_SIGLIST_TYPE sys_siglist[];
  
      if (signalNumber < NSIG && signalNumber > 0) return sys_siglist[signalNumber];
  #endif /* !SYSV */
