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 provide a main prototype (this...
details: https://anonhg.NetBSD.org/src/rev/3268d4a55c6b
branches: trunk
changeset: 836678:3268d4a55c6b
user: christos <christos%NetBSD.org@localhost>
date: Tue Oct 30 20:15:57 2018 +0000
description:
provide a main prototype (this is standalone)
diffstat:
sys/arch/acorn32/stand/boot32/boot32.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 4f93c9ae123c -r 3268d4a55c6b sys/arch/acorn32/stand/boot32/boot32.c
--- a/sys/arch/acorn32/stand/boot32/boot32.c Tue Oct 30 20:10:23 2018 +0000
+++ b/sys/arch/acorn32/stand/boot32/boot32.c Tue Oct 30 20:15:57 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: boot32.c,v 1.43 2018/01/24 09:04:44 skrll Exp $ */
+/* $NetBSD: boot32.c,v 1.44 2018/10/30 20:15:57 christos Exp $ */
/*-
* Copyright (c) 2002 Reinoud Zandijk
@@ -760,6 +760,7 @@
}
}
+int main(int, char **argv);
int
main(int argc, char **argv)
Home |
Main Index |
Thread Index |
Old Index