summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/pdfork.2
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2013-11-30 15:08:35 +0000
committerpjd <pjd@FreeBSD.org>2013-11-30 15:08:35 +0000
commit4ac2e7d8d9f36a1e48c8bbb46cfcb1997e166d68 (patch)
tree2fbc1ad2432761f4da44dde587ec3c21d418e438 /lib/libc/sys/pdfork.2
parent38fb2a0d9d2cd0712ac376fa3c1edfd6effb5900 (diff)
downloadFreeBSD-src-4ac2e7d8d9f36a1e48c8bbb46cfcb1997e166d68.zip
FreeBSD-src-4ac2e7d8d9f36a1e48c8bbb46cfcb1997e166d68.tar.gz
Make process descriptors standard part of the kernel. rwhod(8) already
requires process descriptors to work and having PROCDESC in GENERIC seems not enough, especially that we hope to have more and more consumers in the base. MFC after: 3 days
Diffstat (limited to 'lib/libc/sys/pdfork.2')
-rw-r--r--lib/libc/sys/pdfork.26
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/sys/pdfork.2 b/lib/libc/sys/pdfork.2
index 26d0eb0..8fb1f85 100644
--- a/lib/libc/sys/pdfork.2
+++ b/lib/libc/sys/pdfork.2
@@ -125,12 +125,6 @@ is set; if the process is still alive and this is
the last reference to the process descriptor, the process will be terminated
with the signal
.Dv SIGKILL .
-.Pp
-.Nm
-and associated functions depend on
-.Cd "options PROCDESC"
-described in
-.Xr procdesc 4 .
.Sh RETURN VALUES
.Fn pdfork
returns a PID, 0 or -1, as
OpenPOWER on IntegriCloud