summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-02 12:06:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-02 12:06:46 +0000
commitdb4219ea9fb7e2e7e8df2a1502694075b0861f09 (patch)
treed16d42ebc8df80a75c20a37c99f34c3f0906b37a /cpukit
parent2011-03-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-db4219ea9fb7e2e7e8df2a1502694075b0861f09.tar.bz2
Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libnetworking/sys/mount.h2
-rw-r--r--cpukit/libnetworking/sys/socketvar.h2
-rw-r--r--cpukit/libnetworking/sys/sysctl.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libnetworking/sys/mount.h b/cpukit/libnetworking/sys/mount.h
index fc4fa66c23..fec316f2ed 100644
--- a/cpukit/libnetworking/sys/mount.h
+++ b/cpukit/libnetworking/sys/mount.h
@@ -40,7 +40,7 @@
#ifndef _KERNEL
#include <sys/ucred.h>
#endif
-#include <rtems/bsd/sys/queue.h>
+#include <sys/queue.h>
typedef struct fsid { int32_t val[2]; } fsid_t; /* filesystem id type */
diff --git a/cpukit/libnetworking/sys/socketvar.h b/cpukit/libnetworking/sys/socketvar.h
index ae2de405a2..62bce69f3d 100644
--- a/cpukit/libnetworking/sys/socketvar.h
+++ b/cpukit/libnetworking/sys/socketvar.h
@@ -35,7 +35,7 @@
#ifndef _SYS_SOCKETVAR_H_
#define _SYS_SOCKETVAR_H_
-#include <rtems/bsd/sys/queue.h> /* for TAILQ macros */
+#include <sys/queue.h> /* for TAILQ macros */
#include <sys/select.h> /* for struct selinfo */
diff --git a/cpukit/libnetworking/sys/sysctl.h b/cpukit/libnetworking/sys/sysctl.h
index ad321fa229..125d33cbf7 100644
--- a/cpukit/libnetworking/sys/sysctl.h
+++ b/cpukit/libnetworking/sys/sysctl.h
@@ -37,7 +37,7 @@
#define _SYS_SYSCTL_H_
#include <stdint.h>
-#include <rtems/bsd/sys/queue.h>
+#include <sys/queue.h>
struct thread;
/*