Module Name:    src
Committed By:   christos
Date:           Tue Oct 30 20:15:57 UTC 2018

Modified Files:
        src/sys/arch/acorn32/stand/boot32: boot32.c

Log Message:
provide a main prototype (this is standalone)


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/acorn32/stand/boot32/boot32.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/acorn32/stand/boot32/boot32.c
diff -u src/sys/arch/acorn32/stand/boot32/boot32.c:1.43 src/sys/arch/acorn32/stand/boot32/boot32.c:1.44
--- src/sys/arch/acorn32/stand/boot32/boot32.c:1.43	Wed Jan 24 04:04:44 2018
+++ src/sys/arch/acorn32/stand/boot32/boot32.c	Tue Oct 30 16:15:57 2018
@@ -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 @@ create_configuration(int argc, char **ar
 	}
 }
 
+int main(int, char **argv);
 
 int
 main(int argc, char **argv)

Reply via email to