Date: Sat, 9 Jul 2005 16:18:50 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 79841 for review Message-ID: <200507091618.j69GIoJd069838@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=79841 Change 79841 by rwatson@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507091618.j69GIoJd069838>