diff options
author | 2010-05-31 22:24:27 +0000 | |
---|---|---|
committer | 2010-05-31 22:24:27 +0000 | |
commit | 7c72670d3a64af3383b9d6867535347676da5b36 (patch) | |
tree | 743c36c4b98d5639c34eb8ec305b5a8f25b33da3 | |
parent | Completely rewrite the tags file creation process. use config(8) against (diff) | |
download | wireguard-openbsd-7c72670d3a64af3383b9d6867535347676da5b36.tar.xz wireguard-openbsd-7c72670d3a64af3383b9d6867535347676da5b36.zip |
This file never contained anything of value.
-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. |