Source-Changes-HG archive

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

[src/trunk]: src/sys/kern CONSTCONT should have been CONSTCOND



details:   https://anonhg.NetBSD.org/src/rev/c42526577dbd
branches:  trunk
changeset: 545648:c42526577dbd
user:      dsl <dsl%NetBSD.org@localhost>
date:      Sun Apr 13 09:08:04 2003 +0000

description:
CONSTCONT should have been CONSTCOND

diffstat:

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

diffs (27 lines):

diff -r a1548e4a98ed -r c42526577dbd sys/kern/subr_disk.c
--- a/sys/kern/subr_disk.c      Sun Apr 13 07:51:30 2003 +0000
+++ b/sys/kern/subr_disk.c      Sun Apr 13 09:08:04 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_disk.c,v 1.51 2003/04/13 07:51:30 dsl Exp $       */
+/*     $NetBSD: subr_disk.c,v 1.52 2003/04/13 09:08:04 dsl Exp $       */
 
 /*-
  * Copyright (c) 1996, 1997, 1999, 2000 The NetBSD Foundation, Inc.
@@ -78,7 +78,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_disk.c,v 1.51 2003/04/13 07:51:30 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_disk.c,v 1.52 2003/04/13 09:08:04 dsl Exp $");
 
 #include "opt_compat_netbsd.h"
 
@@ -142,7 +142,7 @@
        char partname = 'a' + part;
        daddr_t sn;
 
-       if (/*CONSTCONT*/0)
+       if (/*CONSTCOND*/0)
                /* Compiler will error this is the format is wrong... */
                printf("%" PRIdaddr, bp->b_blkno);
 



Home | Main Index | Thread Index | Old Index