Module Name: src Committed By: pooka Date: Tue Mar 2 16:00:03 UTC 2010
Modified Files: src/sys/compat/aoutm68k: syscalls.master src/sys/compat/darwin: syscalls.master src/sys/compat/freebsd: syscalls.master src/sys/compat/netbsd32: syscalls.master Log Message: Remove lfs syscall support from compat. I can't really imagine anyone wanting to run lfs megamaid as a e.g. FreeBSD binary. Besides, the real action has been in fcntl() for >5 years now. The only place where the compat syscalls might have made the tiniest bit of sense was netbsd32, but they were unimplemented there. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/compat/aoutm68k/syscalls.master cvs rdiff -u -r1.38 -r1.39 src/sys/compat/darwin/syscalls.master cvs rdiff -u -r1.62 -r1.63 src/sys/compat/freebsd/syscalls.master cvs rdiff -u -r1.81 -r1.82 src/sys/compat/netbsd32/syscalls.master Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.