/bin/sh needs to use sys_nsig, not NSIG, when accessing static arrays
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 14 Oct 2003 23:03:08 +0000 (23:03 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 14 Oct 2003 23:03:08 +0000 (23:03 +0000)
commit14726127443ae68d51aab928337dfd42ae1098fd
tree0f25ea6479f961af87d78ee8a98f5ac83c39e241
parentad6379792c55fd3a3bb44ee9013def42a33a44bc
/bin/sh needs to use sys_nsig, not NSIG, when accessing static arrays
defined in libc.  /bin/sh also needs to check for NULL entries.
bin/sh/jobs.c
bin/sh/trap.c