Stub for setpgid

This implements a near noop setpgid, unless the use is one equivalent
to setsid, in which case it will behave as such.

Also activates setpgrp, which is implemented in terms of setpgid.

Change-Id: I84411cb1957351aa1d3985623cd9e69bdf6f8d4c
This commit is contained in:
2014-07-28 17:05:24 +02:00
parent ac5b3e53d8
commit afe5cecd7f
4 changed files with 47 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
.PATH: ${ARCHDIR}/compat-43 ${.CURDIR}/compat-43
SRCS+= creat.c getdtablesize.c \
killpg.c \
killpg.c setpgrp.c \
.if !defined(AUDIT)
SRCS+= getwd.c