Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/dev Fix a typo that prevented this from compi...



details:   https://anonhg.NetBSD.org/src/rev/b0b460f910e1
branches:  trunk
changeset: 472325:b0b460f910e1
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Apr 27 17:37:18 1999 +0000

description:
Fix a typo that prevented this from compiling.

diffstat:

 sys/arch/sparc/dev/fb.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 382d881333a8 -r b0b460f910e1 sys/arch/sparc/dev/fb.c
--- a/sys/arch/sparc/dev/fb.c   Tue Apr 27 16:09:28 1999 +0000
+++ b/sys/arch/sparc/dev/fb.c   Tue Apr 27 17:37:18 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fb.c,v 1.27 1999/04/26 04:25:38 ad Exp $ */
+/*     $NetBSD: fb.c,v 1.28 1999/04/27 17:37:18 thorpej Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -340,7 +340,7 @@
 
 static void fb_bell __P((int));
 
-#if defined(RASTERCONS_FULLSCREEN)
+#if !defined(RASTERCONS_FULLSCREEN)
 static int a2int __P((char *, int));
 
 static int



Home | Main Index | Thread Index | Old Index