Wed Jun 8 16:04:40 2011 UTC ()
Use prototypes from libi386.h.


(joerg)
diff -r1.29 -r1.30 src/sys/arch/i386/stand/lib/pcio.c

cvs diff -r1.29 -r1.30 src/sys/arch/i386/stand/lib/pcio.c (expand / switch to context diff)
--- src/sys/arch/i386/stand/lib/pcio.c 2011/02/14 23:47:11 1.29
+++ src/sys/arch/i386/stand/lib/pcio.c 2011/06/08 16:04:40 1.30
@@ -1,4 +1,4 @@
-/*	$NetBSD: pcio.c,v 1.29 2011/02/14 23:47:11 jmcneill Exp $	 */
+/*	$NetBSD: pcio.c,v 1.30 2011/06/08 16:04:40 joerg Exp $	 */
 
 /*
  * Copyright (c) 1996, 1997
@@ -38,10 +38,6 @@
 #include "libi386.h"
 #include "bootinfo.h"
 
-extern void conputc(int);
-extern int congetc(void);
-extern int conisshift(void);
-extern int coniskey(void);
 extern struct x86_boot_params boot_params;
 
 struct btinfo_console btinfo_console;