Fix the NODEF entry for setpgid() so that it matches the NODEF

entries in sys/kern/syscalls.master.
This commit is contained in:
marcel 2001-10-07 00:20:08 +00:00
parent f6153dda13
commit 95e78e313c

View File

@ -134,7 +134,7 @@
80 STD LINUX { int linux_getgroups(l_int gidsetsize, \
l_gid_t *grouplist); }
81 UNIMPL LINUX
82 NODEF LINUX setpgid
82 NODEF LINUX setpgid setpgid setpgid_args int
83 STD OSF1 { int osf1_setitimer(u_int which, \
struct itimerval *itv, \
struct itimerval *oitv); }