$NetBSD: patch-ai,v 1.1 2006/03/05 08:17:49 christos Exp $

--- resource.c	2005-12-01 23:08:27.000000000 -0500
+++ resource.c	2006-03-04 18:16:13.000000000 -0500
@@ -41,7 +41,7 @@
 #ifdef SUNOS4
 #include <ufs/quota.h>
 #endif /* SUNOS4 */
-#if defined(SVR4) || defined(FREEBSD)
+#if defined(SVR4) || defined(ALLBSD)
 #include <sys/times.h>
 #include <sys/time.h>
 #endif
@@ -567,9 +567,9 @@
 
 #endif /* Linux */
 
-#if defined(SUNOS4) || defined(FREEBSD)
+#if defined(SUNOS4) || defined(ALLBSD)
 
-#ifdef FREEBSD
+#ifdef ALLBSD
 #include <ufs/ufs/quota.h>
 #endif
 
@@ -599,7 +599,7 @@
 		tprintf(", ");
 		printstr(tcp, tcp->u_arg[1], -1);
 #endif
-#ifdef FREEBSD
+#ifdef ALLBSD
 		printpath(tcp, tcp->u_arg[0]);
 		tprintf(", ");
 		printxval(quotacmds, tcp->u_arg[1], "Q_???");
@@ -609,4 +609,4 @@
 	return 0;
 }
 
-#endif /* SUNOS4 || FREEBSD */
+#endif /* SUNOS4 || ALLBSD */
