From 65c0c7b08e1ddce17994bf392b3878e52e103b2e Mon Sep 17 00:00:00 2001 From: Eivind Eklund Date: Mon, 11 Jan 1999 23:32:35 +0000 Subject: Avoid warning for unused variable. --- sys/gnu/ext2fs/ext2_subr.c | 4 ++-- sys/gnu/fs/ext2fs/ext2_subr.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/gnu') diff --git a/sys/gnu/ext2fs/ext2_subr.c b/sys/gnu/ext2fs/ext2_subr.c index 642caa784cf1..ed48acf46734 100644 --- a/sys/gnu/ext2fs/ext2_subr.c +++ b/sys/gnu/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; diff --git a/sys/gnu/fs/ext2fs/ext2_subr.c b/sys/gnu/fs/ext2fs/ext2_subr.c index 642caa784cf1..ed48acf46734 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; -- cgit v1.3