diff options
author | Steven Wallace <swallace@FreeBSD.org> | 1995-10-08 00:06:22 +0000 |
---|---|---|
committer | Steven Wallace <swallace@FreeBSD.org> | 1995-10-08 00:06:22 +0000 |
commit | ad7507e248305927d8c7a35dcc9ec72608b039d7 (patch) | |
tree | 4cf803467b46c0d8d5eab52d09bfcb9eee010898 /sys/fs | |
parent | 4170ff3e277aad7c91ecf9c687511badd92272a4 (diff) | |
download | src-ad7507e248305927d8c7a35dcc9ec72608b039d7.tar.gz src-ad7507e248305927d8c7a35dcc9ec72608b039d7.zip |
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.
Notes
Notes:
svn path=/head/; revision=11332
Diffstat (limited to 'sys/fs')
0 files changed, 0 insertions, 0 deletions