diff options
Diffstat (limited to 'sys/kern/README')
-rw-r--r-- | sys/kern/README | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/kern/README b/sys/kern/README deleted file mode 100644 index a5141056136..00000000000 --- a/sys/kern/README +++ /dev/null @@ -1,15 +0,0 @@ -$OpenBSD: README,v 1.4 2001/03/22 06:12:33 angelos Exp $ -*- text -*- - - Notes on Adding a System Call - -You must always commit syscalls.master before rebuilding the files, then -commit them separately so that the correct RCS stuff shows up in the -generated files. - -Don't forget to increment the minor number of src/lib/libc/shlib_version -when adding a syscall. - - Note on Adding a Sysctl Entry - -Don't forget to add the entry to the sysctl(8) man page. -Don't forget to add the description to the sysctl(3) man page. |