summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-10 05:12:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-10 05:12:54 +0000
commitc30157091b6d76ac85a53056b4ebdd119cd8367f (patch)
tree0b799e67d487ffd71cc4dc4d16e1bab82a7a7bed /cpukit/libnetworking/rtems
parent2007-05-10 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c30157091b6d76ac85a53056b4ebdd119cd8367f.tar.bz2
Include <rtems/bsd/sys/queue.h> instead of <sys/queue.h>.
Diffstat (limited to 'cpukit/libnetworking/rtems')
-rw-r--r--cpukit/libnetworking/rtems/rtems_showicmpstat.c2
-rw-r--r--cpukit/libnetworking/rtems/rtems_showifstat.c2
-rw-r--r--cpukit/libnetworking/rtems/rtems_showipstat.c2
-rw-r--r--cpukit/libnetworking/rtems/rtems_showmbuf.c2
-rw-r--r--cpukit/libnetworking/rtems/rtems_showroute.c2
-rw-r--r--cpukit/libnetworking/rtems/rtems_showtcpstat.c2
-rw-r--r--cpukit/libnetworking/rtems/rtems_showudpstat.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_showicmpstat.c b/cpukit/libnetworking/rtems/rtems_showicmpstat.c
index 0071c95947..c2dfefdd28 100644
--- a/cpukit/libnetworking/rtems/rtems_showicmpstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showicmpstat.c
@@ -7,7 +7,7 @@
#endif
#include <sys/param.h>
-#include <sys/queue.h>
+#include <rtems/bsd/sys/queue.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
diff --git a/cpukit/libnetworking/rtems/rtems_showifstat.c b/cpukit/libnetworking/rtems/rtems_showifstat.c
index 17722093fb..4d8befa6bd 100644
--- a/cpukit/libnetworking/rtems/rtems_showifstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showifstat.c
@@ -7,7 +7,7 @@
#endif
#include <sys/param.h>
-#include <sys/queue.h>
+#include <rtems/bsd/sys/queue.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
diff --git a/cpukit/libnetworking/rtems/rtems_showipstat.c b/cpukit/libnetworking/rtems/rtems_showipstat.c
index 75eabca2c1..651521eb97 100644
--- a/cpukit/libnetworking/rtems/rtems_showipstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showipstat.c
@@ -7,7 +7,7 @@
#endif
#include <sys/param.h>
-#include <sys/queue.h>
+#include <rtems/bsd/sys/queue.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
diff --git a/cpukit/libnetworking/rtems/rtems_showmbuf.c b/cpukit/libnetworking/rtems/rtems_showmbuf.c
index a4404a5a6c..7934983cab 100644
--- a/cpukit/libnetworking/rtems/rtems_showmbuf.c
+++ b/cpukit/libnetworking/rtems/rtems_showmbuf.c
@@ -7,7 +7,7 @@
#endif
#include <sys/param.h>
-#include <sys/queue.h>
+#include <rtems/bsd/sys/queue.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
diff --git a/cpukit/libnetworking/rtems/rtems_showroute.c b/cpukit/libnetworking/rtems/rtems_showroute.c
index 871b8263eb..d6b0455ba3 100644
--- a/cpukit/libnetworking/rtems/rtems_showroute.c
+++ b/cpukit/libnetworking/rtems/rtems_showroute.c
@@ -7,7 +7,7 @@
#endif
#include <sys/param.h>
-#include <sys/queue.h>
+#include <rtems/bsd/sys/queue.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
diff --git a/cpukit/libnetworking/rtems/rtems_showtcpstat.c b/cpukit/libnetworking/rtems/rtems_showtcpstat.c
index 15612878ef..9e09445e0c 100644
--- a/cpukit/libnetworking/rtems/rtems_showtcpstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showtcpstat.c
@@ -7,7 +7,7 @@
#endif
#include <sys/param.h>
-#include <sys/queue.h>
+#include <rtems/bsd/sys/queue.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>
diff --git a/cpukit/libnetworking/rtems/rtems_showudpstat.c b/cpukit/libnetworking/rtems/rtems_showudpstat.c
index d47534d964..77a3bca654 100644
--- a/cpukit/libnetworking/rtems/rtems_showudpstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showudpstat.c
@@ -7,7 +7,7 @@
#endif
#include <sys/param.h>
-#include <sys/queue.h>
+#include <rtems/bsd/sys/queue.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>