summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/ext2_vfsops.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-01-05 18:31:58 +0000
committerwollman <wollman@FreeBSD.org>1996-01-05 18:31:58 +0000
commit26b6c4cd7331e712efed0a1b51a7c62d7d6754e0 (patch)
tree869e7901fd8fd96a54690e2e658f53bf48c25fe3 /sys/gnu/ext2fs/ext2_vfsops.c
parent1693c596cf67635d3388213259e416f38be4cd0e (diff)
downloadFreeBSD-src-26b6c4cd7331e712efed0a1b51a7c62d7d6754e0.zip
FreeBSD-src-26b6c4cd7331e712efed0a1b51a7c62d7d6754e0.tar.gz
Convert QUOTA to new-style option.
Diffstat (limited to 'sys/gnu/ext2fs/ext2_vfsops.c')
-rw-r--r--sys/gnu/ext2fs/ext2_vfsops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/gnu/ext2fs/ext2_vfsops.c b/sys/gnu/ext2fs/ext2_vfsops.c
index 1054e49..d517e95 100644
--- a/sys/gnu/ext2fs/ext2_vfsops.c
+++ b/sys/gnu/ext2fs/ext2_vfsops.c
@@ -41,6 +41,8 @@
#if !defined(__FreeBSD__)
#include "quota.h"
+#else
+#include "opt_quota.h"
#endif
#include <sys/param.h>
OpenPOWER on IntegriCloud