Date: Sat, 7 Oct 1995 17:06:24 -0700 From: Steven Wallace <swallace> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys systm.h Message-ID: <199510080006.RAA03654@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
swallace 95/10/07 17:06:23 Modified: sys/kern imgact_shell.c init_main.c kern_descrip.c kern_exec.c kern_exit.c kern_fork.c kern_prot.c vfs_bio.c vfs_syscalls.c sys/sys systm.h Log: Remove prototype definitions from <sys/systm.h>. Prototypes are located in <sys/sysproto.h>. Add appropriate #include <sys/sysproto.h> to files that needed protos from systm.h. Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source. In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named <syscall>_args. This makes life easier for prototype generation.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510080006.RAA03654>