diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1996-04-02 14:00:49 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-02 14:00:49 +0000 |
| commit | 3838ef64d516ab5e90ce6f0f2348c7aadcfcba9c (patch) | |
| tree | 29e471660a5a5b43d3a7bc238dd6df7b0b344f6a /ufs-fsck | |
| parent | 8cf285ca92fcc5b5ad8909831fab5ab4a1c236fd (diff) | |
(pass1): Recognize inode type IFSOCK too.
Diffstat (limited to 'ufs-fsck')
| -rw-r--r-- | ufs-fsck/pass1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ufs-fsck/pass1.c b/ufs-fsck/pass1.c index f9ad9047..de9cce09 100644 --- a/ufs-fsck/pass1.c +++ b/ufs-fsck/pass1.c @@ -1,5 +1,5 @@ /* Pass one of GNU fsck -- count blocks and verify inodes - Copyright (C) 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. Written by Michael I. Bushnell. This file is part of the GNU Hurd. @@ -229,6 +229,7 @@ pass1 () break; case IFIFO: + case IFSOCK: ndb = 0; break; |
