K 10 svn:author V 6 marcel K 8 svn:date V 27 2001-09-28T01:36:45.000000Z K 7 svn:log V 419 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 While here, redefine the second entry for setpgid() so that we don't need a stub. This is achieved by giving the second instance the type NODEF. END