summaryrefslogtreecommitdiffstats
path: root/freebsd/contrib/tcpdump
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/contrib/tcpdump')
-rw-r--r--freebsd/contrib/tcpdump/nameser.h2
-rw-r--r--freebsd/contrib/tcpdump/netdissect.h2
-rw-r--r--freebsd/contrib/tcpdump/print-pflog.c2
-rw-r--r--freebsd/contrib/tcpdump/tcpdump-stdinc.h4
4 files changed, 5 insertions, 5 deletions
diff --git a/freebsd/contrib/tcpdump/nameser.h b/freebsd/contrib/tcpdump/nameser.h
index 655afb42..f441f3ea 100644
--- a/freebsd/contrib/tcpdump/nameser.h
+++ b/freebsd/contrib/tcpdump/nameser.h
@@ -57,7 +57,7 @@
#ifndef _NAMESER_H_
#define _NAMESER_H_
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
/*
* Define constants based on rfc883
diff --git a/freebsd/contrib/tcpdump/netdissect.h b/freebsd/contrib/tcpdump/netdissect.h
index d201d8c3..be6fb119 100644
--- a/freebsd/contrib/tcpdump/netdissect.h
+++ b/freebsd/contrib/tcpdump/netdissect.h
@@ -30,7 +30,7 @@
#ifdef HAVE_OS_PROTO_H
#include "os-proto.h"
#endif
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#ifndef HAVE___ATTRIBUTE__
#define __attribute__(x)
diff --git a/freebsd/contrib/tcpdump/print-pflog.c b/freebsd/contrib/tcpdump/print-pflog.c
index 5f67fb0e..ff913129 100644
--- a/freebsd/contrib/tcpdump/print-pflog.c
+++ b/freebsd/contrib/tcpdump/print-pflog.c
@@ -33,7 +33,7 @@ static const char rcsid[] _U_ =
#ifndef HAVE_NET_PFVAR_H
#error "No pf headers available"
#endif
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <net/if.h>
#include <net/pfvar.h>
diff --git a/freebsd/contrib/tcpdump/tcpdump-stdinc.h b/freebsd/contrib/tcpdump/tcpdump-stdinc.h
index e5e26eca..b241301e 100644
--- a/freebsd/contrib/tcpdump/tcpdump-stdinc.h
+++ b/freebsd/contrib/tcpdump/tcpdump-stdinc.h
@@ -52,7 +52,7 @@
#include <time.h>
#include <io.h>
#include <fcntl.h>
-#include <rtems/bsd/sys/types.h>
+#include <sys/types.h>
#include <net/netdb.h> /* in wpcap's Win32/include */
#ifndef NBBY
@@ -118,7 +118,7 @@ typedef char* caddr_t;
#include <sys/bitypes.h>
#endif
#include <rtems/bsd/sys/param.h>
-#include <rtems/bsd/sys/types.h> /* concession to AIX */
+#include <sys/types.h> /* concession to AIX */
#include <sys/time.h>
#include <sys/socket.h>
#include <netinet/in.h>