summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-02 14:39:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-02 14:39:32 +0000
commitddbfa05096238518660f9e1f519836ceaac6ecf4 (patch)
tree88d191f0ac7bcfb269225a2314a5adc603e5d8b5 /cpukit/libnetworking/rtems
parent2011-03-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ddbfa05096238518660f9e1f519836ceaac6ecf4.tar.bz2
Use <sys/queue.h> instead of <rtems/bsd/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 15c19c012c..c554fa70a1 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 <rtems/bsd/sys/queue.h>
+#include <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 4d8befa6bd..17722093fb 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 <rtems/bsd/sys/queue.h>
+#include <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 651521eb97..75eabca2c1 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 <rtems/bsd/sys/queue.h>
+#include <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 7934983cab..a4404a5a6c 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 <rtems/bsd/sys/queue.h>
+#include <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 a1eca66978..e30c0eaccf 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 <rtems/bsd/sys/queue.h>
+#include <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 9e09445e0c..15612878ef 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 <rtems/bsd/sys/queue.h>
+#include <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 77a3bca654..d47534d964 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 <rtems/bsd/sys/queue.h>
+#include <sys/queue.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/sysctl.h>