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

entries in sys/kern/syscalls.master.
This commit is contained in:
Marcel Moolenaar 2001-10-07 00:20:08 +00:00
parent 06bd2f9c81
commit dd73368406
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84602

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); }