Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h.

This commit is contained in:
Ralf Corsepius
2011-03-02 12:06:46 +00:00
parent 36d9f42fbc
commit db4219ea9f
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@
#ifndef _KERNEL #ifndef _KERNEL
#include <sys/ucred.h> #include <sys/ucred.h>
#endif #endif
#include <rtems/bsd/sys/queue.h> #include <sys/queue.h>
typedef struct fsid { int32_t val[2]; } fsid_t; /* filesystem id type */ typedef struct fsid { int32_t val[2]; } fsid_t; /* filesystem id type */

View File

@@ -35,7 +35,7 @@
#ifndef _SYS_SOCKETVAR_H_ #ifndef _SYS_SOCKETVAR_H_
#define _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 */ #include <sys/select.h> /* for struct selinfo */

View File

@@ -37,7 +37,7 @@
#define _SYS_SYSCTL_H_ #define _SYS_SYSCTL_H_
#include <stdint.h> #include <stdint.h>
#include <rtems/bsd/sys/queue.h> #include <sys/queue.h>
struct thread; struct thread;
/* /*