diff options
Diffstat (limited to 'sys/gnu/ext2fs/ext2_subr.c')
-rw-r--r-- | sys/gnu/ext2fs/ext2_subr.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/gnu/ext2fs/ext2_subr.c b/sys/gnu/ext2fs/ext2_subr.c index 30da6a7..642caa7 100644 --- a/sys/gnu/ext2fs/ext2_subr.c +++ b/sys/gnu/ext2fs/ext2_subr.c @@ -52,7 +52,11 @@ #include <ufs/ufs/quota.h> #include <ufs/ufs/inode.h> +#include "opt_ddb.h" + +#ifdef DDB static void ext2_checkoverlap __P((struct buf *, struct inode *)); +#endif /* * Return buffer with the contents of block "offset" from the beginning of @@ -88,7 +92,6 @@ ext2_blkatoff(vp, offset, res, bpp) return (0); } -#include "opt_ddb.h" #ifdef DDB static void ext2_checkoverlap(bp, ip) |