Module Name: src
Committed By: he
Date: Fri Oct 15 20:01:04 UTC 2010
Modified Files:
src/sys/arch/bebox/stand/boot: vreset.c
Log Message:
Fix a minor typo preventing this from building.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/bebox/stand/boot/vreset.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/bebox/stand/boot/vreset.c
diff -u src/sys/arch/bebox/stand/boot/vreset.c:1.12 src/sys/arch/bebox/stand/boot/vreset.c:1.13
--- src/sys/arch/bebox/stand/boot/vreset.c:1.12 Thu Oct 14 06:12:54 2010
+++ src/sys/arch/bebox/stand/boot/vreset.c Fri Oct 15 20:01:03 2010
@@ -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 ([email protected])
@@ -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)