summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-02-06 01:13:47 +0000
committerrwatson <rwatson@FreeBSD.org>2006-02-06 01:13:47 +0000
commitf1624d09253639ebde512153dc180be41f03a731 (patch)
tree090ddf920576410691bd6cbd92567d09057c5f94 /sys/alpha
parent3011a662a517d2feb517e9e316cf3ec325dacfd3 (diff)
downloadFreeBSD-src-f1624d09253639ebde512153dc180be41f03a731.zip
FreeBSD-src-f1624d09253639ebde512153dc180be41f03a731.tar.gz
Reflect fix in Linux setfsgid() event name from OpenBSM in the alpha
linux system call table. Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/linux/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master
index 2ed9e91..d5ac132 100644
--- a/sys/alpha/linux/syscalls.master
+++ b/sys/alpha/linux/syscalls.master
@@ -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, \
OpenPOWER on IntegriCloud