summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-01-16 10:53:15 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-01-16 10:53:15 +0000
commita28ffb767dd0364706d73cb8cde63ef3dbe53d9a (patch)
treef91b5dc6ee8bc9604e2fa6073965454c7ca42eb4
parent2bae449a36770ec9d43dd05a03e9a3d314dbb4bd (diff)
sys/mbuf.h not needed
-rw-r--r--usr.bin/netstat/route.c3
-rw-r--r--usr.bin/netstat/show.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/netstat/route.c b/usr.bin/netstat/route.c
index 4be3aa93dc4..86c7f615f7f 100644
--- a/usr.bin/netstat/route.c
+++ b/usr.bin/netstat/route.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: route.c,v 1.88 2011/04/06 11:36:26 miod Exp $ */
+/* $OpenBSD: route.c,v 1.89 2013/01/16 10:53:14 deraadt Exp $ */
/* $NetBSD: route.c,v 1.15 1996/05/07 02:55:06 thorpej Exp $ */
/*
@@ -33,7 +33,6 @@
#include <sys/param.h>
#include <sys/protosw.h>
#include <sys/socket.h>
-#include <sys/mbuf.h>
#include <net/if.h>
#include <net/if_dl.h>
diff --git a/usr.bin/netstat/show.c b/usr.bin/netstat/show.c
index 4de07b68f8c..2ec93b20fa8 100644
--- a/usr.bin/netstat/show.c
+++ b/usr.bin/netstat/show.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: show.c,v 1.36 2012/03/17 10:16:41 dlg Exp $ */
+/* $OpenBSD: show.c,v 1.37 2013/01/16 10:53:14 deraadt Exp $ */
/* $NetBSD: show.c,v 1.1 1996/11/15 18:01:41 gwr Exp $ */
/*
@@ -33,7 +33,6 @@
#include <sys/param.h>
#include <sys/protosw.h>
#include <sys/socket.h>
-#include <sys/mbuf.h>
#include <sys/sysctl.h>
#include <net/if.h>