This now uses queue macros. Include <sys/queue.h> if !KERNEL to preserve

the documented interface.
This commit is contained in:
Bruce Evans 1997-02-18 15:03:17 +00:00
parent a8687b6dcd
commit d314500e7e

View File

@ -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).