diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-04 02:30:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-12-04 02:30:35 +0000 |
commit | 52b58477f833b215071c1d0c81570fffe91e25c6 (patch) | |
tree | 458295a3e61f89500c6c0048ba37ceb06723534b /usr.bin/netstat | |
parent | 20f85892d3351b08201f1f93967738442fe09389 (diff) |
remove some unnecessary sys/mbuf.h inclusions
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r-- | usr.bin/netstat/inet.c | 3 | ||||
-rw-r--r-- | usr.bin/netstat/inet6.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c index c48b3c089c4..6bfd62887b6 100644 --- a/usr.bin/netstat/inet.c +++ b/usr.bin/netstat/inet.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inet.c,v 1.119 2011/11/01 00:00:01 mikeb Exp $ */ +/* $OpenBSD: inet.c,v 1.120 2012/12/04 02:30:34 deraadt Exp $ */ /* $NetBSD: inet.c,v 1.14 1995/10/03 21:42:37 thorpej Exp $ */ /* @@ -34,7 +34,6 @@ #include <sys/queue.h> #include <sys/socket.h> #include <sys/socketvar.h> -#include <sys/mbuf.h> #include <sys/domain.h> #include <sys/protosw.h> #include <sys/sysctl.h> diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c index dae753901b9..85e1c542c37 100644 --- a/usr.bin/netstat/inet6.c +++ b/usr.bin/netstat/inet6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inet6.c,v 1.42 2010/12/21 13:12:13 claudio Exp $ */ +/* $OpenBSD: inet6.c,v 1.43 2012/12/04 02:30:34 deraadt Exp $ */ /* BSDI inet.c,v 2.3 1995/10/24 02:19:29 prb Exp */ /* * Copyright (c) 1983, 1988, 1993 @@ -33,7 +33,6 @@ #include <sys/socket.h> #include <sys/socketvar.h> #include <sys/ioctl.h> -#include <sys/mbuf.h> #include <sys/protosw.h> #include <sys/sysctl.h> |