Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/acorn32/stand/boot32 no param names in prototype.



details:   https://anonhg.NetBSD.org/src/rev/18b3f76452c5
branches:  trunk
changeset: 445491:18b3f76452c5
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Oct 30 20:23:29 2018 +0000

description:
no param names in prototype.

diffstat:

 sys/arch/acorn32/stand/boot32/boot32.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4feb8098b9ed -r 18b3f76452c5 sys/arch/acorn32/stand/boot32/boot32.c
--- a/sys/arch/acorn32/stand/boot32/boot32.c    Tue Oct 30 20:18:30 2018 +0000
+++ b/sys/arch/acorn32/stand/boot32/boot32.c    Tue Oct 30 20:23:29 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: boot32.c,v 1.44 2018/10/30 20:15:57 christos Exp $     */
+/*     $NetBSD: boot32.c,v 1.45 2018/10/30 20:23:29 christos Exp $     */
 
 /*-
  * Copyright (c) 2002 Reinoud Zandijk
@@ -760,7 +760,7 @@
        }
 }
 
-int main(int, char **argv);
+int main(int, char **);
 
 int
 main(int argc, char **argv)



Home | Main Index | Thread Index | Old Index