Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Feb 2006 14:54:21 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 91067 for review
Message-ID:  <200602041454.k14EsLE9017344@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91067

Change 91067 by rwatson@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, \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602041454.k14EsLE9017344>