artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2925ea1
)
do not need sys/types.h; dima@tejblum.dnttm.rssi.ru
author
deraadt
<deraadt@openbsd.org>
Thu, 10 Apr 1997 14:07:30 +0000
(14:07 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 10 Apr 1997 14:07:30 +0000
(14:07 +0000)
lib/libc/sys/setsid.2
patch
|
blob
|
history
diff --git
a/lib/libc/sys/setsid.2
b/lib/libc/sys/setsid.2
index
756a32a
..
06e0d94
100644
(file)
--- a/
lib/libc/sys/setsid.2
+++ b/
lib/libc/sys/setsid.2
@@
-40,7
+40,6
@@
.Nm setsid
.Nd create session and set process group ID
.Sh SYNOPSIS
-.Fd #include <sys/types.h>
.Fd #include <unistd.h>
.Ft pid_t
.Fn setsid "void"