summaryrefslogtreecommitdiff
path: root/ufs-fsck
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
commit45cfe8420afa94d77575f8e3a1d092b34c8a76c7 (patch)
tree6ab5286bb358d9999b7fa96c0c5074b1d6b9ab9f /ufs-fsck
parenta7779d7530edf79610c1fd4de905a277cbd3a720 (diff)
Formerly pass1.c.~6~
Diffstat (limited to 'ufs-fsck')
-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;