From 9bad1d3b6da8a2f54d0443d643e29f98a434d31f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 11 Jun 2002 21:41:20 +0000 Subject: 2002-06-08 Roland McGrath * fsck.h: Use ino_t for lfdir. * setup.c: Likewise. --- ufs-fsck/setup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ufs-fsck') diff --git a/ufs-fsck/setup.c b/ufs-fsck/setup.c index 6309a901..9433bd68 100644 --- a/ufs-fsck/setup.c +++ b/ufs-fsck/setup.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1994, 1996, 1999 Free Software Foundation, Inc. + Copyright (C) 1994,96,99,2002 Free Software Foundation, Inc. Written by Michael I. Bushnell. This file is part of the GNU Hurd. @@ -42,7 +42,7 @@ int fix_denied = 0; int fsmodified = 0; -int lfdir; +ino_t lfdir; /* Get ready to run on device with pathname DEV. */ int -- cgit v1.2.3