Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/include mmm, missing return types make gcc ...



details:   https://anonhg.NetBSD.org/src/rev/5e5b2ce38408
branches:  trunk
changeset: 473583:5e5b2ce38408
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jun 08 10:35:36 1999 +0000

description:
mmm, missing return types make gcc unhappy.

diffstat:

 sys/arch/sparc64/include/ctlreg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 752d66414c76 -r 5e5b2ce38408 sys/arch/sparc64/include/ctlreg.h
--- a/sys/arch/sparc64/include/ctlreg.h Tue Jun 08 07:42:13 1999 +0000
+++ b/sys/arch/sparc64/include/ctlreg.h Tue Jun 08 10:35:36 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ctlreg.h,v 1.11 1999/06/05 21:58:18 eeh Exp $ */
+/*     $NetBSD: ctlreg.h,v 1.12 1999/06/08 10:35:36 mrg Exp $ */
 
 /*
  * Copyright (c) 1996-1999 Eduardo Horvath
@@ -907,5 +907,5 @@
 #endif
 
 #ifndef _LOCORE
-extern next_tick __P((long));
+extern void next_tick __P((long));
 #endif



Home | Main Index | Thread Index | Old Index