Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/bebox/stand/boot Fix a minor typo preventing this f...
details: https://anonhg.NetBSD.org/src/rev/7e126483524b
branches: trunk
changeset: 758049:7e126483524b
user: he <he%NetBSD.org@localhost>
date: Fri Oct 15 20:01:03 2010 +0000
description:
Fix a minor typo preventing this from building.
diffstat:
sys/arch/bebox/stand/boot/vreset.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d8c335cda2ee -r 7e126483524b sys/arch/bebox/stand/boot/vreset.c
--- a/sys/arch/bebox/stand/boot/vreset.c Fri Oct 15 19:35:08 2010 +0000
+++ b/sys/arch/bebox/stand/boot/vreset.c Fri Oct 15 20:01:03 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vreset.c,v 1.12 2010/10/14 06:12:54 kiyohara Exp $ */
+/* $NetBSD: vreset.c,v 1.13 2010/10/15 20:01:03 he Exp $ */
/*
* Copyright (C) 1995-1997 Gary Thomas (gdt%linuxppc.org@localhost)
@@ -438,7 +438,7 @@
static void setTextCLUT(void);
static void loadFont(u_char *);
static void unlockS3(void);
-statuc void enablePCIvideo(int);
+static void enablePCIvideo(int);
void
vga_reset(u_char *ISA_mem)
Home |
Main Index |
Thread Index |
Old Index