Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/fsck_msdos undo part of the previous patch, which I sus...



details:   https://anonhg.NetBSD.org/src/rev/4d0e1e68331f
branches:  trunk
changeset: 762430:4d0e1e68331f
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 20 21:42:50 2011 +0000

description:
undo part of the previous patch, which I suspect is bad.

diffstat:

 sbin/fsck_msdos/dir.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a9916afa0c9d -r 4d0e1e68331f sbin/fsck_msdos/dir.c
--- a/sbin/fsck_msdos/dir.c     Sun Feb 20 21:09:32 2011 +0000
+++ b/sbin/fsck_msdos/dir.c     Sun Feb 20 21:42:50 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dir.c,v 1.24 2011/02/07 17:36:42 christos Exp $        */
+/*     $NetBSD: dir.c,v 1.25 2011/02/20 21:42:50 christos Exp $        */
 
 /*
  * Copyright (C) 1995, 1996, 1997 Wolfgang Solfrank
@@ -30,7 +30,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: dir.c,v 1.24 2011/02/07 17:36:42 christos Exp $");
+__RCSID("$NetBSD: dir.c,v 1.25 2011/02/20 21:42:50 christos Exp $");
 #endif /* not lint */
 
 #include <stdio.h>
@@ -560,7 +560,7 @@
                                        vallfn = p;
                                        valcl = cl;
                                } else if (shortSum != p[13]
-                                  || lidx != lrnomask || lrnomask != 0) {
+                                  || lidx != lrnomask) {
                                        if (!invlfn) {
                                                invlfn = vallfn;
                                                invcl = valcl;



Home | Main Index | Thread Index | Old Index