diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-24 04:49:28 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-24 04:49:28 +0000 |
commit | f4889a9fa9bde6c805c61d1b262fda952ec9335f (patch) | |
tree | f2893d2497ced3139d1940c6336985284d226d61 /sys/arch/powerpc | |
parent | 8214a78620350af7e7c3606eeb4a2f4e7864fb97 (diff) |
properly prototype diskconf()
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/powerpc/autoconf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/powerpc/powerpc/autoconf.c b/sys/arch/powerpc/powerpc/autoconf.c index e8c1ab3432d..519c2f8120e 100644 --- a/sys/arch/powerpc/powerpc/autoconf.c +++ b/sys/arch/powerpc/powerpc/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.11 2001/05/05 22:34:13 art Exp $ */ +/* $OpenBSD: autoconf.c,v 1.12 2001/06/24 04:49:27 drahn Exp $ */ /* * Copyright (c) 1996, 1997 Per Fogelstrom * Copyright (c) 1995 Theo de Raadt @@ -41,7 +41,7 @@ * from: Utah Hdr: autoconf.c 1.31 91/01/21 * * from: @(#)autoconf.c 8.1 (Berkeley) 6/10/93 - * $Id: autoconf.c,v 1.11 2001/05/05 22:34:13 art Exp $ + * $Id: autoconf.c,v 1.12 2001/06/24 04:49:27 drahn Exp $ */ /* @@ -72,7 +72,7 @@ struct device * getdevunit __P((char *, int)); static struct devmap * findtype __P((char **)); void makebootdev __P((char *cp)); int getpno __P((char **)); -void diskconf(); +void diskconf(void); /* * The following several variables are related to |