Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/lib Use prototypes from libi386.h.
details: https://anonhg.NetBSD.org/src/rev/10d96c0eca11
branches: trunk
changeset: 765872:10d96c0eca11
user: joerg <joerg%NetBSD.org@localhost>
date: Wed Jun 08 16:04:40 2011 +0000
description:
Use prototypes from libi386.h.
diffstat:
sys/arch/i386/stand/lib/pcio.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r e2517d56d837 -r 10d96c0eca11 sys/arch/i386/stand/lib/pcio.c
--- a/sys/arch/i386/stand/lib/pcio.c Wed Jun 08 16:03:42 2011 +0000
+++ b/sys/arch/i386/stand/lib/pcio.c Wed Jun 08 16:04:40 2011 +0000
@@ -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;
Home |
Main Index |
Thread Index |
Old Index