forked from Imagelibrary/rtems
Use <sys/queue.h> instead of <rtems/bsd/sys/queue.h.
This commit is contained in:
@@ -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 */
|
||||||
|
|
||||||
|
|||||||
@@ -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 */
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user