Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/ofppc/include remove protos for non-existant functi...



details:   https://anonhg.NetBSD.org/src/rev/ffe90e345719
branches:  trunk
changeset: 536723:ffe90e345719
user:      chs <chs%NetBSD.org@localhost>
date:      Sat Sep 21 01:16:59 2002 +0000

description:
remove protos for non-existant functions.

diffstat:

 sys/arch/ofppc/include/powerpc.h |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 447918e0cdeb -r ffe90e345719 sys/arch/ofppc/include/powerpc.h
--- a/sys/arch/ofppc/include/powerpc.h  Sat Sep 21 01:14:22 2002 +0000
+++ b/sys/arch/ofppc/include/powerpc.h  Sat Sep 21 01:16:59 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: powerpc.h,v 1.4 2000/06/01 00:50:00 matt Exp $ */
+/*     $NetBSD: powerpc.h,v 1.5 2002/09/21 01:16:59 chs Exp $  */
 
 /*
  * Copyright (C) 1996 Wolfgang Solfrank.
@@ -48,10 +48,6 @@
 void ppc_exit __P((void)) __attribute__((__noreturn__));
 void ppc_boot __P((char *bootspec)) __attribute__((__noreturn__));
 
-int dk_match __P((char *name));
-
-void ofrootfound __P((void));
-
 extern int booted_partition;
 
 #endif /* _MACHINE_POWERPC_H_ */



Home | Main Index | Thread Index | Old Index