PERFORCE change 91067 for review
Robert Watson
rwatson at FreeBSD.org
Sat Feb 4 14:54:21 GMT 2006
http://perforce.freebsd.org/chv.cgi?CH=91067
Change 91067 by rwatson at rwatson_peppercorn on 2006/02/04 14:54:00
Correct transcription error: setfsgid, not getfsuid.
Affected files ...
.. //depot/projects/trustedbsd/audit3/sys/alpha/linux/syscalls.master#8 edit
Differences ...
==== //depot/projects/trustedbsd/audit3/sys/alpha/linux/syscalls.master#8 (text+ko) ====
@@ -462,7 +462,7 @@
323 AUE_NULL MSTD { int linux_times(struct l_times_argv *buf); }
324 AUE_PERSONALITY MSTD { int linux_personality(l_ulong per); }
325 AUE_SETFSUID MSTD { int linux_setfsuid(l_uid_t uid); }
-326 AUE_GETFSUID MSTD { int linux_setfsgid(l_gid_t gid); }
+326 AUE_SETFSGID MSTD { int linux_setfsgid(l_gid_t gid); }
327 AUE_NULL MSTD { int linux_ustat(l_dev_t dev, \
struct l_ustat *ubuf); }
328 AUE_STATFS MSTD { int linux_statfs(char *path, \
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