summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlteo <lteo@openbsd.org>2014-10-24 02:02:08 +0000
committerlteo <lteo@openbsd.org>2014-10-24 02:02:08 +0000
commite89deaf2cc0760a54dfea8384593f71b0b3085ff (patch)
tree6ed42402d1d21660c8e99a18c4080b8ab295906e
parentRemove unnecessary include: netinet/in_systm.h is not needed by these (diff)
downloadwireguard-openbsd-e89deaf2cc0760a54dfea8384593f71b0b3085ff.tar.xz
wireguard-openbsd-e89deaf2cc0760a54dfea8384593f71b0b3085ff.zip
netinet/in_systm.h is not needed by the example program
pointed out by millert@
-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>