diff options
-rw-r--r-- | ufs-fsck/pass1.c | 2 |
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; |