Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/pmax - Remove now obsolete function declaration.



details:   https://anonhg.NetBSD.org/src/rev/90856fb181cb
branches:  trunk
changeset: 473238:90856fb181cb
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Wed May 26 04:27:27 1999 +0000

description:
- Remove now obsolete function declaration.

diffstat:

 sys/arch/pmax/pmax/machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 6a3fd1942d91 -r 90856fb181cb sys/arch/pmax/pmax/machdep.c
--- a/sys/arch/pmax/pmax/machdep.c      Wed May 26 04:23:58 1999 +0000
+++ b/sys/arch/pmax/pmax/machdep.c      Wed May 26 04:27:27 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.144 1999/05/25 04:17:57 nisimura Exp $   */
+/*     $NetBSD: machdep.c,v 1.145 1999/05/26 04:27:27 nisimura Exp $   */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -43,7 +43,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.144 1999/05/25 04:17:57 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.145 1999/05/26 04:27:27 nisimura Exp $");
 
 /* from: Utah Hdr: machdep.c 1.63 91/04/24 */
 
@@ -133,7 +133,6 @@
 unsigned (*clkread) __P((void)); /* high resolution timer if available */
 unsigned nullclkread __P((void));
 
-void   prom_haltbutton __P((void));
 void   prom_halt __P((int, char *)) __attribute__((__noreturn__));
 int    prom_systype __P((void));
 int    initcpu __P((void));



Home | Main Index | Thread Index | Old Index