cvs commit: src/bin/sh jobs.c trap.c
Nate Lawson
njl at FreeBSD.org
Wed Jan 28 11:01:12 PST 2004
njl 2004/01/28 11:01:10 PST
FreeBSD src repository
Modified files:
bin/sh jobs.c trap.c
Log:
Use sys_nsig instead of NSIG for the length of the signal arrays. This
is important if we add new signals later. From DragonflyBSD:
jobs.c:1.4, trap.c:1.3.
Obtained from: DragonflyBSD
Revision Changes Path
1.65 +2 -2 src/bin/sh/jobs.c
1.26 +4 -4 src/bin/sh/trap.c
More information about the cvs-src
mailing list