diff options
Diffstat (limited to 'sys/kern/kern_devconf.c')
| -rw-r--r-- | sys/kern/kern_devconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_devconf.c b/sys/kern/kern_devconf.c index c9c8ba5bff25..47417483f1ab 100644 --- a/sys/kern/kern_devconf.c +++ b/sys/kern/kern_devconf.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kern_devconf.c,v 1.13 1995/12/14 08:31:17 phk Exp $ + * $Id: kern_devconf.c,v 1.14 1996/01/31 18:05:19 gibbs Exp $ */ /* @@ -38,7 +38,7 @@ #include <sys/sysctl.h> #include <sys/devconf.h> -static struct kern_devconf *dc_list = 0; +struct kern_devconf *dc_list = 0; static unsigned dc_lastnum = 0; int |
