summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/arpa
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-24 09:36:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-24 09:36:14 +0000
commitee613aa252e5ee3c899f5b51e8a75d664423ba97 (patch)
treef764978f3ea072e3856ee45cccabbc750d9330e6 /cpukit/libnetworking/arpa
parent2011-03-24 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ee613aa252e5ee3c899f5b51e8a75d664423ba97.tar.bz2
Include <sys/cdefs.h> (Eliminate rtems/bsd/sys/cdefs.h).
Diffstat (limited to 'cpukit/libnetworking/arpa')
-rw-r--r--cpukit/libnetworking/arpa/inet.h2
-rw-r--r--cpukit/libnetworking/arpa/nameser.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libnetworking/arpa/inet.h b/cpukit/libnetworking/arpa/inet.h
index a1c409dc85..d3513267cf 100644
--- a/cpukit/libnetworking/arpa/inet.h
+++ b/cpukit/libnetworking/arpa/inet.h
@@ -64,7 +64,7 @@
/* External definitions for functions in inet(3). */
-#include <rtems/bsd/sys/cdefs.h>
+#include <sys/cdefs.h>
#include <rtems/bsdnet/_types.h>
/* Required for byteorder(3) functions. */
diff --git a/cpukit/libnetworking/arpa/nameser.h b/cpukit/libnetworking/arpa/nameser.h
index 0ba6c30a1e..b4d6236aff 100644
--- a/cpukit/libnetworking/arpa/nameser.h
+++ b/cpukit/libnetworking/arpa/nameser.h
@@ -63,7 +63,7 @@
#define BIND_4_COMPAT
#include <sys/types.h>
-#include <rtems/bsd/sys/cdefs.h>
+#include <sys/cdefs.h>
/*
* revision information. this is the release date in YYYYMMDD format.