PERFORCE change 79841 for review
Robert Watson
rwatson at FreeBSD.org
Sat Jul 9 16:18:50 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=79841
Change 79841 by rwatson at rwatson_zoo on 2005/07/09 16:18:09
Move lmount() to the end of the system call entry list, rather than
retaining a collision with the reserved OpenBSD system cal number
range.
Affected files ...
.. //depot/projects/trustedbsd/sebsd/sys/kern/syscalls.master#15 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/sys/kern/syscalls.master#15 (text+ko) ====
@@ -510,9 +510,6 @@
294 AUE_NULL UNIMPL nosys
295 AUE_NULL UNIMPL nosys
296 AUE_NULL UNIMPL nosys
-296 AUE_MOUNT NOIMPL { int lmount(char *type, char *path, \
- int flags, caddr_t data, \
- struct mac *mac_p); }
; XXX 297 is 300 in NetBSD
297 AUE_NULL MCOMPAT4 { int fhstatfs( \
const struct fhandle *u_fhp, \
@@ -795,6 +792,9 @@
int param_size); }
456 AUE_NULL MSTD { int __mac_get_fs(const char *path_p, \
struct mac *mac_p); }
+457 AUE_MOUNT NOIMPL { int lmount(char *type, char *path, \
+ int flags, caddr_t data, \
+ struct mac *mac_p); }
; Please copy any additions and changes to the following compatability tables:
; sys/compat/freebsd32/syscalls.master
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list