This now uses queue macros. Include <sys/queue.h> if !KERNEL to preserve
the documented interface.
This commit is contained in:
parent
a8687b6dcd
commit
d314500e7e
@ -40,6 +40,10 @@
|
||||
#ifndef _UFS_UFS_QUOTA_H_
|
||||
#define _UFS_UFS_QUOTA_H_
|
||||
|
||||
#ifndef KERNEL
|
||||
#include <sys/queue.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Definitions for disk quotas imposed on the average user
|
||||
* (big brother finally hits UNIX).
|
||||
|
Loading…
x
Reference in New Issue
Block a user