summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-03-06 05:17:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-03-06 05:17:20 +0000
commitc5e83de580c92cdd4f48b5547f63dd497bad7e96 (patch)
treed37039fc84980ecf5f20f9b596aa172f0a73fd46 /sys/arch/alpha/stand
parentddcdf4cdacb3bed046165708d16093c3bb0d3d97 (diff)
main returns int
Diffstat (limited to 'sys/arch/alpha/stand')
-rw-r--r--sys/arch/alpha/stand/bootxx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/bootxx.c b/sys/arch/alpha/stand/bootxx.c
index 09f1249e4ba..34ee4ef9e1e 100644
--- a/sys/arch/alpha/stand/bootxx.c
+++ b/sys/arch/alpha/stand/bootxx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bootxx.c,v 1.7 1997/05/05 06:01:46 millert Exp $ */
+/* $OpenBSD: bootxx.c,v 1.8 1998/03/06 05:17:19 millert Exp $ */
/* $NetBSD: bootxx.c,v 1.4 1997/01/18 00:28:59 cgd Exp $ */
/*
@@ -128,7 +128,7 @@ puts("\b");
return (rv);
}
-void
+int
main()
{
struct bbinfo *bbinfop;