summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_subr.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-01-11 23:32:35 +0000
committereivind <eivind@FreeBSD.org>1999-01-11 23:32:35 +0000
commit8369d989949cd7848e85f00813c1e46e4207a78f (patch)
tree3b14db0066f4cb5ef92b04393c3c9b745ba678da /sys/gnu/fs/ext2fs/ext2_subr.c
parentbd874070d8a8521de869168f7925fec886c4ff9b (diff)
downloadFreeBSD-src-8369d989949cd7848e85f00813c1e46e4207a78f.zip
FreeBSD-src-8369d989949cd7848e85f00813c1e46e4207a78f.tar.gz
Avoid warning for unused variable.
Diffstat (limited to 'sys/gnu/fs/ext2fs/ext2_subr.c')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_subr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_subr.c b/sys/gnu/fs/ext2fs/ext2_subr.c
index 642caa7..ed48acf 100644
--- a/sys/gnu/fs/ext2fs/ext2_subr.c
+++ b/sys/gnu/fs/ext2fs/ext2_subr.c
@@ -55,7 +55,7 @@
#include "opt_ddb.h"
#ifdef DDB
-static void ext2_checkoverlap __P((struct buf *, struct inode *));
+void ext2_checkoverlap __P((struct buf *, struct inode *));
#endif
/*
@@ -93,7 +93,7 @@ ext2_blkatoff(vp, offset, res, bpp)
}
#ifdef DDB
-static void
+void
ext2_checkoverlap(bp, ip)
struct buf *bp;
struct inode *ip;
OpenPOWER on IntegriCloud