blob: a51410561365768ab793f4aceb9ad1780e03221e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$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.
|