aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2001-09-28 01:30:59 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2001-09-28 01:30:59 +0000
commit52e9761e22ba84ea9f66ee64d425b0e08b916066 (patch)
tree8b0fabba620a8f9c00cafe170ffc3bfc80b72e68 /sys
parent4166877345a61ef7447795aeb7f8d077aeb486fd (diff)
Notes
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 2e477eba2414..b0d7e1d9121a 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, \