Subject: usr.sbin/edquota.c doesn't compile...
To: None <current-users@netbsd.org>
From: Ted Lemon <mellon@ipd.wellsfargo.com>
List: current-users
Date: 12/21/1994 11:46:30
I think I may have seen somebody flame about this already, but just in
case, ufs/ufs/quota.h depends on sys/queue.h, which isn't being
included by edquota.c. The patch below modifies edquota.c, although
it might make more sense to just make ufs/ufs/quota.h include
sys/queue.h - I'll leave that up to whomever wants to deal with it...
_MelloN_
*** edquota.c~ Tue Dec 13 23:46:33 1994
--- edquota.c Tue Dec 13 23:45:59 1994
***************
*** 53,56 ****
--- 53,57 ----
#include <sys/file.h>
#include <sys/wait.h>
+ #include <sys/queue.h>
#include <ufs/ufs/quota.h>
#include <errno.h>
--
Ted Lemon Wells Fargo Bank, Information Protection Division
mellon@ipd.wellsfargo.com +1 415 477 5045