diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-11 21:41:20 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-11 21:41:20 +0000 |
commit | 0770fb9580d96eac737beb9d286d32b81fd9ea93 (patch) | |
tree | e5d37601d6438c500e2112aab8936c68d91a4172 /ufs-fsck/setup.c | |
parent | a653e4b99ec5390da148b8cfed4c1023de81757e (diff) |
2002-06-08 Roland McGrath <roland@frob.com>
* fsck.h: Use ino_t for lfdir.
* setup.c: Likewise.
Diffstat (limited to 'ufs-fsck/setup.c')
-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 |