Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vax Correct a comparision.



details:   https://anonhg.NetBSD.org/src/rev/4d740c990367
branches:  trunk
changeset: 486615:4d740c990367
user:      ragge <ragge%NetBSD.org@localhost>
date:      Fri May 26 21:05:23 2000 +0000

description:
Correct a comparision.

diffstat:

 sys/arch/vax/vax/autoconf.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8c84a9080e73 -r 4d740c990367 sys/arch/vax/vax/autoconf.c
--- a/sys/arch/vax/vax/autoconf.c       Fri May 26 21:05:01 2000 +0000
+++ b/sys/arch/vax/vax/autoconf.c       Fri May 26 21:05:23 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.55 2000/05/23 19:55:55 matt Exp $       */
+/*     $NetBSD: autoconf.c,v 1.56 2000/05/26 21:05:23 ragge Exp $      */
 
 /*
  * Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -322,7 +322,7 @@
 {
        static int ub;
 
-       if (jmfr("rlc", dev, BDEV_RL))
+       if (jmfr("rlc", dev, BDEV_RL) == 0)
                ub = ubtest(aux);
        if (ub)
                return 0;



Home | Main Index | Thread Index | Old Index