diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-21 17:05:56 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-21 17:05:56 +0000 |
commit | 311023ef51d4a2b614bcc37fc7f271c64c797ad8 (patch) | |
tree | f1accde4250487b5e84c47f2da426d5419469aca /sys/arch | |
parent | 4b104816c9e657438da9df257da8df37de87b132 (diff) |
Missed ANSI.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/macppc/autoconf.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/arch/macppc/macppc/autoconf.c b/sys/arch/macppc/macppc/autoconf.c index 25c71444418..d9926bb5128 100644 --- a/sys/arch/macppc/macppc/autoconf.c +++ b/sys/arch/macppc/macppc/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.13 2003/10/16 05:03:22 deraadt Exp $ */ +/* $OpenBSD: autoconf.c,v 1.14 2003/10/21 17:05:55 drahn Exp $ */ /* * Copyright (c) 1996, 1997 Per Fogelstrom * Copyright (c) 1995 Theo de Raadt @@ -37,7 +37,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.13 2003/10/16 05:03:22 deraadt Exp $ + * $Id: autoconf.c,v 1.14 2003/10/21 17:05:55 drahn Exp $ */ /* @@ -256,10 +256,7 @@ getdisk(char *str, int len, int defpart, dev_t *devp) } struct device * -parsedisk(str, len, defpart, devp) - char *str; - int len, defpart; - dev_t *devp; +parsedisk(char *str, int len, int defpart, dev_t *devp) { struct device *dv; char *cp, c; |