diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-15 23:16:31 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-15 23:16:31 +0000 |
commit | 5d56ea0ca32e34ec476c82a335f0150d8304f517 (patch) | |
tree | 85ff05ed3d95beda950b6d6e8ca723eedddc79c7 /sys/arch/vax/stand/boot/autoconf.c | |
parent | 2e1dae6f643c4cae483deb29d3ec63a14b5f8ee0 (diff) |
ansi and proto cleanup. one unused function goes away
Diffstat (limited to 'sys/arch/vax/stand/boot/autoconf.c')
-rw-r--r-- | sys/arch/vax/stand/boot/autoconf.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/stand/boot/autoconf.c b/sys/arch/vax/stand/boot/autoconf.c index 00a2db03583..895e154fd31 100644 --- a/sys/arch/vax/stand/boot/autoconf.c +++ b/sys/arch/vax/stand/boot/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.8 2002/06/11 09:36:23 hugh Exp $ */ +/* $OpenBSD: autoconf.c,v 1.9 2003/08/15 23:16:30 deraadt Exp $ */ /* $NetBSD: autoconf.c,v 1.19 2002/06/01 15:33:22 ragge Exp $ */ /* * Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden. @@ -62,7 +62,7 @@ long *bootregs; */ void -autoconf() +autoconf(void) { int copyrpb = 1; int fromnet = (bootregs[12] != -1); @@ -127,7 +127,7 @@ autoconf() volatile int tickcnt; int -getsecs() +getsecs(void) { return tickcnt/100; } @@ -152,7 +152,7 @@ mcheck(void *arg) * to detect unwanted interrupts. */ void -scbinit() +scbinit(void) { int i; |