diff options
| author | 2002-10-30 20:10:48 +0000 | |
|---|---|---|
| committer | 2002-10-30 20:10:48 +0000 | |
| commit | e4ac79a45977019c795f67f421f9a858c0488340 (patch) | |
| tree | ee38e100f80f7adfec5ab736555c199fb03f6dea /sys/compat/linux/linux_dummy.c | |
| parent | Implement osetre[ug]id() in terms of setres[ug]id(). (diff) | |
| download | wireguard-openbsd-e4ac79a45977019c795f67f421f9a858c0488340.tar.xz wireguard-openbsd-e4ac79a45977019c795f67f421f9a858c0488340.zip | |
Now that we have [gs]etres[ug]id() as a native system call, use it
for HP-UX, FreeBSD, and Linux emulations. Note that Linux has two
versions of these system calls. One for 16bit uids and another for
32bit uids.
Diffstat (limited to 'sys/compat/linux/linux_dummy.c')
| -rw-r--r-- | sys/compat/linux/linux_dummy.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/compat/linux/linux_dummy.c b/sys/compat/linux/linux_dummy.c index ac06b9a0451..5883b487338 100644 --- a/sys/compat/linux/linux_dummy.c +++ b/sys/compat/linux/linux_dummy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_dummy.c,v 1.9 2002/10/28 03:39:30 fgsch Exp $ */ +/* $OpenBSD: linux_dummy.c,v 1.10 2002/10/30 20:10:48 millert Exp $ */ /*- * Copyright (c) 1994-1995 Søren Schmidt @@ -113,9 +113,6 @@ DUMMY(lchown); /* #198 */ DUMMY(setreuid); /* #203 */ DUMMY(setregid); /* #204 */ DUMMY(fchown); /* #207 */ -DUMMY(setresuid); /* #208 */ -DUMMY(setresgid); /* #210 */ -DUMMY(getresgid); /* #211 */ DUMMY(chown); /* #212 */ DUMMY(setfsgid); /* #216 */ DUMMY(pivot_root); /* #217 */ |
