cvs commit: src/sys/kern init_sysent.c syscalls.c src/sys/sys
syscall.h syscall.mk sysproto.h
Kirk McKusick
mckusick at FreeBSD.org
Wed Nov 12 00:09:21 PST 2003
mckusick 2003/11/12 00:09:20 PST
FreeBSD src repository
Modified files:
sys/kern init_sysent.c syscalls.c
sys/sys syscall.h syscall.mk sysproto.h
Log:
Update the five files derived from /sys/kern/syscalls.master
after the additions made for the new statfs structure (version
1.157). These must be updated in a separate checkin after
syscalls.master has been checked in so that they reflect its
new CVS identity. As these are purely derived files, it is not
clear to me why they are under CVS at all. I presume that it has
something to do with having `make world' operate properly.
Revision Changes Path
1.160 +9 -9 src/sys/kern/init_sysent.c
1.146 +9 -9 src/sys/kern/syscalls.c
1.144 +9 -5 src/sys/sys/syscall.h
1.99 +5 -5 src/sys/sys/syscall.mk
1.140 +43 -22 src/sys/sys/sysproto.h
More information about the cvs-src
mailing list