Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvme68k/stand/sboot explicitly specify main() retur...
details: https://anonhg.NetBSD.org/src/rev/566f0a79e0f8
branches: trunk
changeset: 494678:566f0a79e0f8
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Mon Jul 10 21:30:31 2000 +0000
description:
explicitly specify main() return type (make buildable with
-Wall -Werror)
diffstat:
sys/arch/mvme68k/stand/sboot/srec.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 48fde738e0dc -r 566f0a79e0f8 sys/arch/mvme68k/stand/sboot/srec.c
--- a/sys/arch/mvme68k/stand/sboot/srec.c Mon Jul 10 21:12:13 2000 +0000
+++ b/sys/arch/mvme68k/stand/sboot/srec.c Mon Jul 10 21:30:31 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: srec.c,v 1.1 1996/09/07 19:21:32 thorpej Exp $ */
+/* $NetBSD: srec.c,v 1.2 2000/07/10 21:30:31 jdolecek Exp $ */
/*
* Public domain, believed to be by Mike Price.
@@ -18,6 +18,7 @@
int mask;
int size;
+int
main(argc, argv)
int argc;
char *argv[];
Home |
Main Index |
Thread Index |
Old Index