summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2001-09-28 01:30:59 +0000
committermarcel <marcel@FreeBSD.org>2001-09-28 01:30:59 +0000
commitd20eec49b1c31caeb92d966053263ec8f7349e9f (patch)
tree8b0fabba620a8f9c00cafe170ffc3bfc80b72e68 /sys
parent2fe28e569202f37670e31d157d5d1c42cbe1ae19 (diff)
downloadFreeBSD-src-d20eec49b1c31caeb92d966053263ec8f7349e9f.zip
FreeBSD-src-d20eec49b1c31caeb92d966053263ec8f7349e9f.tar.gz
Stop using linux_getpgid(). The implementation at this time is
broken and fixing it only creates a duplicate of what is already in the FreeBSD kernel. Therefore, map the syscall directly to getpgid(). PR: kern/21402 Submitted by: Christian Weisgerber <naddy@mips.inka.de>
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/linux/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master
index 2e477eb..b0d7e1d 100644
--- a/sys/i386/linux/syscalls.master
+++ b/sys/i386/linux/syscalls.master
@@ -202,7 +202,7 @@
129 STD LINUX { int linux_delete_module(void); }
130 STD LINUX { int linux_get_kernel_syms(void); }
131 STD LINUX { int linux_quotactl(void); }
-132 STD LINUX { int linux_getpgid(l_pid_t pid); }
+132 NOPROTO LINUX { int getpgid(int pid); }
133 NOPROTO LINUX { int fchdir(int fd); }
134 STD LINUX { int linux_bdflush(void); }
135 STD LINUX { int linux_sysfs(l_int option, l_ulong arg1, \
OpenPOWER on IntegriCloud