diff options
Diffstat (limited to 'lib/libc/resolv')
-rw-r--r-- | lib/libc/resolv/herror.c | 1 | ||||
-rw-r--r-- | lib/libc/resolv/res_comp.c | 1 | ||||
-rw-r--r-- | lib/libc/resolv/res_data.c | 1 | ||||
-rw-r--r-- | lib/libc/resolv/res_debug.c | 1 | ||||
-rw-r--r-- | lib/libc/resolv/res_init.c | 1 | ||||
-rw-r--r-- | lib/libc/resolv/res_mkquery.c | 1 | ||||
-rw-r--r-- | lib/libc/resolv/res_mkupdate.c | 1 | ||||
-rw-r--r-- | lib/libc/resolv/res_query.c | 1 | ||||
-rw-r--r-- | lib/libc/resolv/res_send.c | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/lib/libc/resolv/herror.c b/lib/libc/resolv/herror.c index aeb308c..d1f3a25 100644 --- a/lib/libc/resolv/herror.c +++ b/lib/libc/resolv/herror.c @@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$"); #include "port_before.h" #include "namespace.h" -#include <sys/types.h> #include <sys/param.h> #include <sys/uio.h> diff --git a/lib/libc/resolv/res_comp.c b/lib/libc/resolv/res_comp.c index 279ea23..d82ef80 100644 --- a/lib/libc/resolv/res_comp.c +++ b/lib/libc/resolv/res_comp.c @@ -72,7 +72,6 @@ static const char rcsid[] = "$Id: res_comp.c,v 1.5 2005/07/28 06:51:50 marka Exp __FBSDID("$FreeBSD$"); #include "port_before.h" -#include <sys/types.h> #include <sys/param.h> #include <netinet/in.h> #include <arpa/nameser.h> diff --git a/lib/libc/resolv/res_data.c b/lib/libc/resolv/res_data.c index e2f905f..6b83df2 100644 --- a/lib/libc/resolv/res_data.c +++ b/lib/libc/resolv/res_data.c @@ -23,7 +23,6 @@ __FBSDID("$FreeBSD$"); #include "port_before.h" -#include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> #include <sys/time.h> diff --git a/lib/libc/resolv/res_debug.c b/lib/libc/resolv/res_debug.c index 3764601..2017909 100644 --- a/lib/libc/resolv/res_debug.c +++ b/lib/libc/resolv/res_debug.c @@ -98,7 +98,6 @@ __FBSDID("$FreeBSD$"); #include "port_before.h" -#include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> diff --git a/lib/libc/resolv/res_init.c b/lib/libc/resolv/res_init.c index 9856322..1e7d9fe 100644 --- a/lib/libc/resolv/res_init.c +++ b/lib/libc/resolv/res_init.c @@ -75,7 +75,6 @@ __FBSDID("$FreeBSD$"); #include "namespace.h" -#include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> #include <sys/stat.h> diff --git a/lib/libc/resolv/res_mkquery.c b/lib/libc/resolv/res_mkquery.c index 349160f..43e46c1 100644 --- a/lib/libc/resolv/res_mkquery.c +++ b/lib/libc/resolv/res_mkquery.c @@ -72,7 +72,6 @@ static const char rcsid[] = "$Id: res_mkquery.c,v 1.10 2008/12/11 09:59:00 marka __FBSDID("$FreeBSD$"); #include "port_before.h" -#include <sys/types.h> #include <sys/param.h> #include <netinet/in.h> #include <arpa/nameser.h> diff --git a/lib/libc/resolv/res_mkupdate.c b/lib/libc/resolv/res_mkupdate.c index 79402a7..9a7a129 100644 --- a/lib/libc/resolv/res_mkupdate.c +++ b/lib/libc/resolv/res_mkupdate.c @@ -29,7 +29,6 @@ __FBSDID("$FreeBSD$"); #include "port_before.h" -#include <sys/types.h> #include <sys/param.h> #include <netinet/in.h> diff --git a/lib/libc/resolv/res_query.c b/lib/libc/resolv/res_query.c index 5992edd..db26ef8 100644 --- a/lib/libc/resolv/res_query.c +++ b/lib/libc/resolv/res_query.c @@ -72,7 +72,6 @@ static const char rcsid[] = "$Id: res_query.c,v 1.11 2008/11/14 02:36:51 marka E __FBSDID("$FreeBSD$"); #include "port_before.h" -#include <sys/types.h> #include <sys/param.h> #include <netinet/in.h> #include <arpa/inet.h> diff --git a/lib/libc/resolv/res_send.c b/lib/libc/resolv/res_send.c index c127c3b..e47562b 100644 --- a/lib/libc/resolv/res_send.c +++ b/lib/libc/resolv/res_send.c @@ -82,7 +82,6 @@ __FBSDID("$FreeBSD$"); #endif #include "namespace.h" -#include <sys/types.h> #include <sys/param.h> #include <sys/time.h> #include <sys/socket.h> |