forked from Imagelibrary/rtems
Include <sys/queue.h> instead of <sys/buf.h>.
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
#include <sys/sx.h>
|
||||
#include <sys/sysproto.h>
|
||||
#else
|
||||
#include <sys/buf.h>
|
||||
#include <sys/queue.h>
|
||||
|
||||
#include <stdio.h> /* for snprintf() */
|
||||
size_t strlcpy(char *, const char *, size_t);
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/file.h>
|
||||
#include <sys/buf.h>
|
||||
#include <sys/queue.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/mbuf.h>
|
||||
#include <sys/protosw.h>
|
||||
|
||||
Reference in New Issue
Block a user