From 7fe177df22f817429bbf335ad4df6199a50cfaff Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 2 Apr 1996 14:00:49 +0000 Subject: (pass1): Recognize inode type IFSOCK too. --- ufs-fsck/pass1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ufs-fsck') 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; -- cgit v1.2.3