From: mickey Date: Tue, 15 Apr 1997 21:35:13 +0000 (+0000) Subject: extern int debug; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8f73cbb73466d842673445f81062347ef9f757c2;p=openbsd extern int debug; --- diff --git a/sys/arch/i386/stand/libsa/dev_i386.c b/sys/arch/i386/stand/libsa/dev_i386.c index e8a711104c5..6619490a236 100644 --- a/sys/arch/i386/stand/libsa/dev_i386.c +++ b/sys/arch/i386/stand/libsa/dev_i386.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dev_i386.c,v 1.7 1997/04/15 03:31:06 mickey Exp $ */ +/* $OpenBSD: dev_i386.c,v 1.8 1997/04/15 21:35:13 mickey Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -35,6 +35,8 @@ #include #include "biosdev.h" +extern int debug; + const char bdevs[19][4] = { "wd", "", "fd", "wt", "sd", "st", "cd", "mcd", "", "", "", "", "", "", "", "scd", "", "", "acd"