diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-10-24 02:55:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-10-24 02:55:51 +0000 |
commit | aaa3c42577021756bda16f8d58a758947718c8f2 (patch) | |
tree | ed76e4ee41368ee99d19c76147dcbaa394f0433c /usr.sbin | |
parent | 14f41b5cde1d9e44eb23d32ad3efd8f3e683a3ad (diff) |
no need for netinet/ip_var.h (and friends)
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/identd/identd.c | 3 | ||||
-rw-r--r-- | usr.sbin/tcpdrop/tcpdrop.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/identd/identd.c b/usr.sbin/identd/identd.c index 3f3e452d4d8..437f8cbd7e6 100644 --- a/usr.sbin/identd/identd.c +++ b/usr.sbin/identd/identd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: identd.c,v 1.20 2013/07/17 15:38:48 okan Exp $ */ +/* $OpenBSD: identd.c,v 1.21 2013/10/24 02:55:50 deraadt Exp $ */ /* * Copyright (c) 2013 David Gwynne <dlg@openbsd.org> @@ -25,7 +25,6 @@ #include <sys/uio.h> #include <netinet/in.h> -#include <netinet/ip_var.h> #include <netinet/tcp.h> #include <netinet/tcp_timer.h> #include <netinet/tcp_var.h> diff --git a/usr.sbin/tcpdrop/tcpdrop.c b/usr.sbin/tcpdrop/tcpdrop.c index 88754081a58..d69c715225e 100644 --- a/usr.sbin/tcpdrop/tcpdrop.c +++ b/usr.sbin/tcpdrop/tcpdrop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcpdrop.c,v 1.11 2013/07/09 19:35:52 gsoares Exp $ */ +/* $OpenBSD: tcpdrop.c,v 1.12 2013/10/24 02:55:50 deraadt Exp $ */ /* * Copyright (c) 2004 Markus Friedl <markus@openbsd.org> @@ -23,7 +23,6 @@ #include <netinet/in.h> #include <netinet/tcp.h> -#include <netinet/ip_var.h> #include <netinet/tcp_timer.h> #include <netinet/tcp_var.h> |