Move queue.h to include/sys so that it can be used elsewhere. Pull in

FreeBSD's r179210 queue.h.
This commit is contained in:
Arun Thomas
2009-04-22 20:02:39 +00:00
parent f149733e16
commit e9e1ae1cfc
3 changed files with 633 additions and 216 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
* 2007-01-06: jfdsmit@gmail.com added i_zsearch
*/
#include "queue.h"
#include <sys/queue.h>
EXTERN struct inode {
mode_t i_mode; /* file type, protection, etc. */