Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci fix a stupid typo



details:   https://anonhg.NetBSD.org/src/rev/65ff8a4687c3
branches:  trunk
changeset: 583364:65ff8a4687c3
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Aug 02 01:35:05 2005 +0000

description:
fix a stupid typo

diffstat:

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

diffs (27 lines):

diff -r b5659f304d95 -r 65ff8a4687c3 sys/dev/pci/machfb.c
--- a/sys/dev/pci/machfb.c      Tue Aug 02 01:32:13 2005 +0000
+++ b/sys/dev/pci/machfb.c      Tue Aug 02 01:35:05 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machfb.c,v 1.31 2005/08/02 01:32:13 macallan Exp $     */
+/*     $NetBSD: machfb.c,v 1.32 2005/08/02 01:35:05 macallan Exp $     */
 
 /*
  * Copyright (c) 2002 Bang Jun-Young
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 __KERNEL_RCSID(0, 
-       "$NetBSD: machfb.c,v 1.31 2005/08/02 01:32:13 macallan Exp $");
+       "$NetBSD: machfb.c,v 1.32 2005/08/02 01:35:05 macallan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1696,7 +1696,7 @@
        struct mach64_softc *sc = v;
        paddr_t pa;
        
-#ifndef __sparc64
+#ifndef __sparc64__
        /* 
         *'regular' framebuffer mmap()ing 
         * disabled on sparc64 because some ATI firmware likes to map some PCI



Home | Main Index | Thread Index | Old Index