diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-22 21:07:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-22 21:07:19 +0000 |
commit | 9d21ba943168465edecbca807242fa81ea55ae12 (patch) | |
tree | b7f17ca2f391f3e3766d932c6c2c9d660abff054 /sys/arch/macppc | |
parent | 2b415456d36322081a02759b30d8b26ba0ed5b6f (diff) |
Remove prototypes for missing (removed) functions or already found in a
MI header file.
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/macppc/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/macppc/macppc/machdep.c b/sys/arch/macppc/macppc/machdep.c index 97baa9e7c4d..c0decaddff3 100644 --- a/sys/arch/macppc/macppc/machdep.c +++ b/sys/arch/macppc/macppc/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.121 2010/08/07 03:50:01 krw Exp $ */ +/* $OpenBSD: machdep.c,v 1.122 2010/11/22 21:07:18 miod Exp $ */ /* $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $ */ /* @@ -189,7 +189,6 @@ initppc(startkernel, endkernel, args) #ifdef DDB extern void *ddblow; extern int ddbsize; #endif - extern void consinit(void); extern void callback(void *); extern void *msgbuf_addr; int exc, scratch; |