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 | 9bad1d3b6da8a2f54d0443d643e29f98a434d31f (patch) | |
tree | 5927778206e100888632f63568b697d78aaa2af2 /ufs-fsck | |
parent | 7bf1315710bcbc20b44edb41db15131fba273673 (diff) |
2002-06-08 Roland McGrath <roland@frob.com>
* fsck.h: Use ino_t for lfdir.
* setup.c: Likewise.
Diffstat (limited to 'ufs-fsck')
-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 |