diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-15 12:33:21 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-15 12:33:21 +0000 |
commit | b3dba352a0b5c8cd5786b0982c5b2c359e4a005b (patch) | |
tree | 52867fbe75fc8cad1c9518834373754588cabb3f /sys | |
parent | 070300f9ef08d1f12a9ad3806d6a62551cf6213b (diff) |
Remove unnecessary prototype
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/subr_autoconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/subr_autoconf.c b/sys/kern/subr_autoconf.c index 7ed405bf3cc..ca7ffc2c2fc 100644 --- a/sys/kern/subr_autoconf.c +++ b/sys/kern/subr_autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_autoconf.c,v 1.10 1996/07/02 22:21:24 deraadt Exp $ */ +/* $OpenBSD: subr_autoconf.c,v 1.11 1996/08/15 12:33:20 niklas Exp $ */ /* $NetBSD: subr_autoconf.c,v 1.21 1996/04/04 06:06:18 cgd Exp $ */ /* @@ -69,8 +69,6 @@ extern short cfroots[]; #define ROOT ((struct device *)NULL) -struct device *config_make_softc __P((struct device *, struct cfdata *)); - struct matchinfo { cfmatch_t fn; struct device *parent; |