diff options
author | 1996-11-21 12:47:15 +0000 | |
---|---|---|
committer | 1996-11-21 12:47:15 +0000 | |
commit | 02039c39c2d20df5ea0609a0ee7c99aa7fef5dc7 (patch) | |
tree | 64d454136f5fc5a03c7fb768d71992aed043584e /sys/kern/subr_autoconf.c | |
parent | missed mktemp (diff) | |
download | wireguard-openbsd-02039c39c2d20df5ea0609a0ee7c99aa7fef5dc7.tar.xz wireguard-openbsd-02039c39c2d20df5ea0609a0ee7c99aa7fef5dc7.zip |
export struct cfdata cfdata[];
Diffstat (limited to 'sys/kern/subr_autoconf.c')
-rw-r--r-- | sys/kern/subr_autoconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/subr_autoconf.c b/sys/kern/subr_autoconf.c index 34b956f3309..c27b01bb5dd 100644 --- a/sys/kern/subr_autoconf.c +++ b/sys/kern/subr_autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_autoconf.c,v 1.13 1996/10/18 14:46:35 niklas Exp $ */ +/* $OpenBSD: subr_autoconf.c,v 1.14 1996/11/21 12:47:15 mickey Exp $ */ /* $NetBSD: subr_autoconf.c,v 1.21 1996/04/04 06:06:18 cgd Exp $ */ /* @@ -68,7 +68,6 @@ * ioconf.c exports exactly two names: cfdata and cfroots. All system * devices and drivers are found via these tables. */ -extern struct cfdata cfdata[]; extern short cfroots[]; #define ROOT ((struct device *)NULL) |