1$OpenBSD: README,v 1.4 2001/03/22 06:12:33 angelos Exp $ -*- text -*- 2 3 Notes on Adding a System Call 4 5You must always commit syscalls.master before rebuilding the files, then 6commit them separately so that the correct RCS stuff shows up in the 7generated files. 8 9Don't forget to increment the minor number of src/lib/libc/shlib_version 10when adding a syscall. 11 12 Note on Adding a Sysctl Entry 13 14Don't forget to add the entry to the sysctl(8) man page. 15Don't forget to add the description to the sysctl(3) man page. 16