summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/arpa
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-10 07:29:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-10 07:29:14 +0000
commitcd9564e1cd88d45a551d61e862b630e1c9a940d4 (patch)
tree085b3cf2ebef9b959cbd88c23cb231b121632aba /cpukit/libnetworking/arpa
parent2007-05-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-cd9564e1cd88d45a551d61e862b630e1c9a940d4.tar.bz2
Include <rtems/bsd/sys/cdefs.h> instead of <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 d1032cf0be..22a0932d92 100644
--- a/cpukit/libnetworking/arpa/inet.h
+++ b/cpukit/libnetworking/arpa/inet.h
@@ -62,7 +62,7 @@
/* External definitions for functions in inet(3), addr2ascii(3) */
-#include <sys/cdefs.h>
+#include <rtems/bsd/sys/cdefs.h>
#include <rtems/bsdnet/_types.h>
#define INET_ADDRSTRLEN 16
diff --git a/cpukit/libnetworking/arpa/nameser.h b/cpukit/libnetworking/arpa/nameser.h
index b4d6236aff..0ba6c30a1e 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 <sys/cdefs.h>
+#include <rtems/bsd/sys/cdefs.h>
/*
* revision information. this is the release date in YYYYMMDD format.