Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 12/09/2000 07:27:09
Module Name: syssrc
Committed By: mycroft
Date: Sat Dec 9 05:27:09 UTC 2000
Modified Files:
syssrc/sys/kern: makesyscalls.sh
Log Message:
Couple of changes:
* Make the syscallnames[] table const.
* Add a separator between the #include section and the syscalls section, so
that #if/#else/#endif can be handled differently in the two.
* Add support for rounding up the size of the sysent table.
To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 syssrc/sys/kern/makesyscalls.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.