summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorLawrence Teo <lteo@cvs.openbsd.org>2014-10-24 02:02:09 +0000
committerLawrence Teo <lteo@cvs.openbsd.org>2014-10-24 02:02:09 +0000
commit2c28384e3da9d5bf81a5d0dcce509d526af0f2f2 (patch)
tree5ef19a85b4db3545c28b8f5a0faff2a46f672b5a /share/man
parent3e8c270ea87ae69582348dbd9985f1accf4d25e0 (diff)
netinet/in_systm.h is not needed by the example program
pointed out by millert@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/divert.45
1 files changed, 2 insertions, 3 deletions
diff --git a/share/man/man4/divert.4 b/share/man/man4/divert.4
index cbd0d98ebf2..1095ef8e3ee 100644
--- a/share/man/man4/divert.4
+++ b/share/man/man4/divert.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: divert.4,v 1.14 2014/06/05 03:36:46 lteo Exp $
+.\" $OpenBSD: divert.4,v 1.15 2014/10/24 02:02:08 lteo Exp $
.\"
.\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
.\" Copyright (c) 2012-2014 Lawrence Teo <lteo@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 5 2014 $
+.Dd $Mdocdate: October 24 2014 $
.Dt DIVERT 4
.Os
.Sh NAME
@@ -117,7 +117,6 @@ apart from discarding invalid IP packets.
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
-#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>