Backout inclusion of sys/queue.h
This commit is contained in:
parent
3d14c91448
commit
c373de4320
@ -13,9 +13,6 @@
|
||||
#define _KERNEL
|
||||
#define KERNEL
|
||||
#if !defined(solaris) && !defined(linux) && !defined(__sgi)
|
||||
# if (__FreeBSD_version >= 500028)
|
||||
# include <sys/queue.h>
|
||||
# endif
|
||||
# include <sys/file.h>
|
||||
#else
|
||||
# ifdef solaris
|
||||
|
@ -28,9 +28,6 @@
|
||||
# undef LOCORE
|
||||
# include <sys/smp_lock.h>
|
||||
#endif
|
||||
#if (__FreeBSD_version >= 500028)
|
||||
#include <sys/queue.h>
|
||||
#endif
|
||||
#include <sys/file.h>
|
||||
#undef _KERNEL
|
||||
#undef KERNEL
|
||||
|
Loading…
Reference in New Issue
Block a user