Avoid warning for unused variable.

This commit is contained in:
Eivind Eklund 1999-01-11 23:32:35 +00:00
parent 29a32fb6de
commit 65c0c7b08e
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;