diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1996-01-05 18:31:58 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1996-01-05 18:31:58 +0000 |
| commit | 01733a9b6d9c08d96cdc9470657354b6d6cb2e31 (patch) | |
| tree | 869e7901fd8fd96a54690e2e658f53bf48c25fe3 /sys/gnu | |
| parent | b6794438adeb11d63161b9601c81b91e25a3b813 (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/ext2fs/ext2_alloc.c | 2 | ||||
| -rw-r--r-- | sys/gnu/ext2fs/ext2_inode.c | 2 | ||||
| -rw-r--r-- | sys/gnu/ext2fs/ext2_vfsops.c | 2 | ||||
| -rw-r--r-- | sys/gnu/fs/ext2fs/ext2_alloc.c | 2 | ||||
| -rw-r--r-- | sys/gnu/fs/ext2fs/ext2_inode.c | 2 | ||||
| -rw-r--r-- | sys/gnu/fs/ext2fs/ext2_vfsops.c | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/sys/gnu/ext2fs/ext2_alloc.c b/sys/gnu/ext2fs/ext2_alloc.c index e954150a82f5..eeff9f646118 100644 --- a/sys/gnu/ext2fs/ext2_alloc.c +++ b/sys/gnu/ext2fs/ext2_alloc.c @@ -42,6 +42,8 @@ #if !defined(__FreeBSD__) #include "quota.h" #include "diagnostic.h" +#else +#include "opt_quota.h" #endif #include <sys/param.h> diff --git a/sys/gnu/ext2fs/ext2_inode.c b/sys/gnu/ext2fs/ext2_inode.c index 7ae39a68c4fa..2b40d3784d6a 100644 --- a/sys/gnu/ext2fs/ext2_inode.c +++ b/sys/gnu/ext2fs/ext2_inode.c @@ -42,6 +42,8 @@ #if !defined(__FreeBSD__) #include "quota.h" #include "diagnostic.h" +#else +#include "opt_quota.h" #endif #include <sys/param.h> diff --git a/sys/gnu/ext2fs/ext2_vfsops.c b/sys/gnu/ext2fs/ext2_vfsops.c index 1054e498c415..d517e95225a8 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> diff --git a/sys/gnu/fs/ext2fs/ext2_alloc.c b/sys/gnu/fs/ext2fs/ext2_alloc.c index e954150a82f5..eeff9f646118 100644 --- a/sys/gnu/fs/ext2fs/ext2_alloc.c +++ b/sys/gnu/fs/ext2fs/ext2_alloc.c @@ -42,6 +42,8 @@ #if !defined(__FreeBSD__) #include "quota.h" #include "diagnostic.h" +#else +#include "opt_quota.h" #endif #include <sys/param.h> diff --git a/sys/gnu/fs/ext2fs/ext2_inode.c b/sys/gnu/fs/ext2fs/ext2_inode.c index 7ae39a68c4fa..2b40d3784d6a 100644 --- a/sys/gnu/fs/ext2fs/ext2_inode.c +++ b/sys/gnu/fs/ext2fs/ext2_inode.c @@ -42,6 +42,8 @@ #if !defined(__FreeBSD__) #include "quota.h" #include "diagnostic.h" +#else +#include "opt_quota.h" #endif #include <sys/param.h> diff --git a/sys/gnu/fs/ext2fs/ext2_vfsops.c b/sys/gnu/fs/ext2fs/ext2_vfsops.c index 1054e498c415..d517e95225a8 100644 --- a/sys/gnu/fs/ext2fs/ext2_vfsops.c +++ b/sys/gnu/fs/ext2fs/ext2_vfsops.c @@ -41,6 +41,8 @@ #if !defined(__FreeBSD__) #include "quota.h" +#else +#include "opt_quota.h" #endif #include <sys/param.h> |
