summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2013-04-03 03:15:59 +0000
committerguenther <guenther@openbsd.org>2013-04-03 03:15:59 +0000
commitd2e275f32ee07f00913db2c1dc769096cef592fc (patch)
tree88ded81c60550d317728a0ec954e201134ba0ba1 /lib
parentHandle big time_t. (diff)
downloadwireguard-openbsd-d2e275f32ee07f00913db2c1dc769096cef592fc.tar.xz
wireguard-openbsd-d2e275f32ee07f00913db2c1dc769096cef592fc.zip
Drop an unnecessary #include
reminded by schwarze@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/wait.25
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2
index 1061da2ea29..9442cc6900d 100644
--- a/lib/libc/sys/wait.2
+++ b/lib/libc/sys/wait.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wait.2,v 1.23 2013/04/01 20:16:31 guenther Exp $
+.\" $OpenBSD: wait.2,v 1.24 2013/04/03 03:15:59 guenther Exp $
.\" $NetBSD: wait.2,v 1.6 1995/02/27 12:39:37 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
@@ -30,7 +30,7 @@
.\"
.\" @(#)wait.2 8.2 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: April 1 2013 $
+.Dd $Mdocdate: April 3 2013 $
.Dt WAIT 2
.Os
.Sh NAME
@@ -40,7 +40,6 @@
.Nm wait3
.Nd wait for process termination
.Sh SYNOPSIS
-.Fd #include <sys/types.h>
.Fd #include <sys/wait.h>
.Ft pid_t
.Fn wait "int *status"