Module Name:    src
Committed By:   joerg
Date:           Wed Jun  8 16:04:40 UTC 2011

Modified Files:
        src/sys/arch/i386/stand/lib: pcio.c

Log Message:
Use prototypes from libi386.h.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/i386/stand/lib/pcio.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/i386/stand/lib/pcio.c
diff -u src/sys/arch/i386/stand/lib/pcio.c:1.29 src/sys/arch/i386/stand/lib/pcio.c:1.30
--- src/sys/arch/i386/stand/lib/pcio.c:1.29	Mon Feb 14 23:47:11 2011
+++ src/sys/arch/i386/stand/lib/pcio.c	Wed Jun  8 16:04:40 2011
@@ -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;

Reply via email to