Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm26/podulebus Specify (void) arguments, hence avo...



details:   https://anonhg.NetBSD.org/src/rev/67ce06ca7e63
branches:  trunk
changeset: 501749:67ce06ca7e63
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun Jan 07 00:07:58 2001 +0000

description:
Specify (void) arguments, hence avoiding GCC warning.

diffstat:

 sys/arch/arm26/podulebus/unixbpvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 76841953ac15 -r 67ce06ca7e63 sys/arch/arm26/podulebus/unixbpvar.h
--- a/sys/arch/arm26/podulebus/unixbpvar.h      Sun Jan 07 00:01:16 2001 +0000
+++ b/sys/arch/arm26/podulebus/unixbpvar.h      Sun Jan 07 00:07:58 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: unixbpvar.h,v 1.1 2000/12/09 17:52:45 bjh21 Exp $      */
+/*     $NetBSD: unixbpvar.h,v 1.2 2001/01/07 00:07:58 bjh21 Exp $      */
 
 /*-
  * Copyright (c) 2000 Ben Harris
@@ -34,7 +34,7 @@
 #ifndef _UNIXBP_H
 #define _UNIXBP_H
 
-extern int unixbp_irq_status_full();
+extern int unixbp_irq_status_full(void);
 extern void unixbp_irq_setmask(int);
 
 #endif



Home | Main Index | Thread Index | Old Index