diff options
author | 1997-04-10 14:07:30 +0000 | |
---|---|---|
committer | 1997-04-10 14:07:30 +0000 | |
commit | a7cb0bb8da3a5d24dfb4e328f67108a17eaa4369 (patch) | |
tree | 1ff65e5b65fa382fe09b291662eb0a3309ba0b33 /lib/libc | |
parent | always skip the first 8K of swap. Yes, 8K, not some manufactured number that ends up being 4K (diff) | |
download | wireguard-openbsd-a7cb0bb8da3a5d24dfb4e328f67108a17eaa4369.tar.xz wireguard-openbsd-a7cb0bb8da3a5d24dfb4e328f67108a17eaa4369.zip |
do not need sys/types.h; dima@tejblum.dnttm.rssi.ru
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/setsid.2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/sys/setsid.2 b/lib/libc/sys/setsid.2 index 756a32a3871..06e0d9451ff 100644 --- 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" |