summaryrefslogtreecommitdiff
path: root/ufs-fsck/pass1b.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-10-18 00:34:14 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-10-18 00:34:14 +0000
commit144a7ab1dc7bddf1094d9721dd794347b6900fd3 (patch)
tree36f1eeb2a9f08cea1dec9fb0e0558a04dbdc07dd /ufs-fsck/pass1b.c
parent00552f61785b5f751008e2899182e73541af1b20 (diff)
entered into RCS
Diffstat (limited to 'ufs-fsck/pass1b.c')
-rw-r--r--ufs-fsck/pass1b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs-fsck/pass1b.c b/ufs-fsck/pass1b.c
index ac6c299f..50973eae 100644
--- a/ufs-fsck/pass1b.c
+++ b/ufs-fsck/pass1b.c
@@ -35,7 +35,7 @@ pass1b ()
Return RET_GOOD or RET_BAD if the block is
good or bad, respectively. */
int
- checkblock (daddr_t bno, int nfrags)
+ checkblock (daddr_t bno, int nfrags, off_t offset)
{
struct dups *dlp;
int hadbad = 0;