typo in last delta.

From-SVN: r16956
This commit is contained in:
Jeff Law 1997-12-04 22:55:31 -07:00
parent d07daca1e5
commit 435bba3a39
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ static const char **sys_siglist;
static int sys_nsig = NSIG;
#else
#ifdef _NSIG
static int sys_nsig = NSIG;
static int sys_nsig = _NSIG;
#endif
#endif
extern const char * const sys_siglist[];