Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ia64/ia64 Fix build failed. s/consinit()/consinit(...



details:   https://anonhg.NetBSD.org/src/rev/a7c8972dac69
branches:  trunk
changeset: 779778:a7c8972dac69
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Mon Jun 18 01:40:55 2012 +0000

description:
Fix build failed.  s/consinit()/consinit(void)/.

diffstat:

 sys/arch/ia64/ia64/consinit.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c821ee589aae -r a7c8972dac69 sys/arch/ia64/ia64/consinit.c
--- a/sys/arch/ia64/ia64/consinit.c     Sun Jun 17 22:59:48 2012 +0000
+++ b/sys/arch/ia64/ia64/consinit.c     Mon Jun 18 01:40:55 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: consinit.c,v 1.1 2009/07/20 04:41:36 kiyohara Exp $    */
+/*     $NetBSD: consinit.c,v 1.2 2012/06/18 01:40:55 kiyohara Exp $    */
 /*
  * Copyright (c) 2009 KIYOHARA Takashi
  * All rights reserved.
@@ -25,7 +25,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: consinit.c,v 1.1 2009/07/20 04:41:36 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: consinit.c,v 1.2 2012/06/18 01:40:55 kiyohara Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -67,7 +67,7 @@
 
 
 void
-consinit()
+consinit(void)
 {
 
        cninit();



Home | Main Index | Thread Index | Old Index