mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue