Source-Changes-HG archive

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

[src/trunk]: src/sys/dev Pasto; found by tls.



details:   https://anonhg.NetBSD.org/src/rev/f22ae019e982
branches:  trunk
changeset: 513131:f22ae019e982
user:      ad <ad%NetBSD.org@localhost>
date:      Tue Jul 24 21:55:35 2001 +0000

description:
Pasto; found by tls.

diffstat:

 sys/dev/ld.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r b7808761fd48 -r f22ae019e982 sys/dev/ld.c
--- a/sys/dev/ld.c      Tue Jul 24 21:16:08 2001 +0000
+++ b/sys/dev/ld.c      Tue Jul 24 21:55:35 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ld.c,v 1.9 2001/06/10 10:48:42 ad Exp $        */
+/*     $NetBSD: ld.c,v 1.10 2001/07/24 21:55:35 ad Exp $       */
 
 /*-
  * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -183,10 +183,10 @@
 
        /* Locate the major numbers. */
        for (bmaj = 0; bmaj <= nblkdev; bmaj++)
-               if (bdevsw[bmaj].d_open == sdopen)
+               if (bdevsw[bmaj].d_open == ldopen)
                        break;
        for (cmaj = 0; cmaj <= nchrdev; cmaj++)
-               if (cdevsw[cmaj].d_open == sdopen)
+               if (cdevsw[cmaj].d_open == ldopen)
                        break;
 
        /* Kill off any queued buffers. */



Home | Main Index | Thread Index | Old Index