diff options
-rw-r--r-- | ufs-fsck/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |