diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-10-18 00:33:03 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-10-18 00:33:03 +0000 |
commit | 45cfe8420afa94d77575f8e3a1d092b34c8a76c7 (patch) | |
tree | 6ab5286bb358d9999b7fa96c0c5074b1d6b9ab9f | |
parent | a7779d7530edf79610c1fd4de905a277cbd3a720 (diff) |
Formerly pass1.c.~6~
-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; |