From 6e393188d295f5c152835346240ec73d887d5898 Mon Sep 17 00:00:00 2001 From: kstailey Date: Tue, 3 Jun 1997 14:28:17 +0000 Subject: some notes on adding a system call; feel free to expand this document --- sys/kern/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys/kern/README (limited to 'sys/kern') diff --git a/sys/kern/README b/sys/kern/README new file mode 100644 index 00000000000..0273e05b2d2 --- /dev/null +++ b/sys/kern/README @@ -0,0 +1,10 @@ +$OpenBSD: README,v 1.1 1997/06/03 14:28:16 kstailey 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 one adds a syscall. -- cgit v1.2.3