summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-10-18 00:33:03 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-10-18 00:33:03 +0000
commit1598f99ac09a2c34439326ed18e05dc06864a269 (patch)
tree480d7863c1d6ef4c3f38a23ac4fb000c4bde508e
parent73babc1f497bf2ecb0c397fe274107dab23dd042 (diff)
Formerly pass1.c.~6~
-rw-r--r--ufs-fsck/pass1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs-fsck/pass1.c b/ufs-fsck/pass1.c
index c96d0f7f..49200337 100644
--- a/ufs-fsck/pass1.c
+++ b/ufs-fsck/pass1.c
@@ -55,7 +55,7 @@ pass1 ()
bad, or if we should entirely stop checking blocks in this
inode. */
int
- checkblock (daddr_t bno, int nfrags)
+ checkblock (daddr_t bno, int nfrags, off_t offset)
{
#define MAXBAD 10
int outofrange;