Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/macppc Remove duplicated entry 22 in chrtobl...



details:   https://anonhg.NetBSD.org/src/rev/0f59464c2e75
branches:  trunk
changeset: 495511:0f59464c2e75
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Sun Jul 30 07:17:27 2000 +0000

description:
Remove duplicated entry 22 in chrtoblk table.
Pointed out by Greg Kritsch on port-macppc mailing list.

diffstat:

 sys/arch/macppc/macppc/conf.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r fd9580b9fe71 -r 0f59464c2e75 sys/arch/macppc/macppc/conf.c
--- a/sys/arch/macppc/macppc/conf.c     Sun Jul 30 06:33:18 2000 +0000
+++ b/sys/arch/macppc/macppc/conf.c     Sun Jul 30 07:17:27 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.24 2000/07/17 16:57:19 wrstuden Exp $       */
+/*     $NetBSD: conf.c,v 1.25 2000/07/30 07:17:27 tsubai Exp $ */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -265,7 +265,6 @@
        /* 20 */        NODEV,
        /* 21 */        NODEV,
        /* 22 */        NODEV,
-       /* 22 */        NODEV,
        /* 23 */        NODEV,
        /* 24 */        NODEV,
        /* 25 */        2,



Home | Main Index | Thread Index | Old Index