Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/stand/common ANSIfy.



details:   https://anonhg.NetBSD.org/src/rev/4fac0e2a1f8d
branches:  trunk
changeset: 760714:4fac0e2a1f8d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Tue Jan 11 16:19:38 2011 +0000

description:
ANSIfy.

diffstat:

 sys/arch/pmax/stand/common/bootinfo.c |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (30 lines):

diff -r 3d6c443f2765 -r 4fac0e2a1f8d sys/arch/pmax/stand/common/bootinfo.c
--- a/sys/arch/pmax/stand/common/bootinfo.c     Tue Jan 11 14:05:32 2011 +0000
+++ b/sys/arch/pmax/stand/common/bootinfo.c     Tue Jan 11 16:19:38 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootinfo.c,v 1.8 2008/04/28 20:23:31 martin Exp $      */
+/*     $NetBSD: bootinfo.c,v 1.9 2011/01/11 16:19:38 tsutsui Exp $     */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -39,8 +39,7 @@
 static char *bi_next;
 static int bi_size;
 
-void bi_init(addr)
-       paddr_t addr;
+void bi_init(paddr_t addr)
 {
        struct btinfo_common *bi;
        struct btinfo_magic bi_magic;
@@ -55,9 +54,7 @@
        bi_add(&bi_magic, BTINFO_MAGIC, sizeof(bi_magic));
 }
 
-void bi_add(new, type, size)
-       void *new;
-       int type, size;
+void bi_add(void *new, int type, int size)
 {
        struct btinfo_common *bi;
 



Home | Main Index | Thread Index | Old Index