diff options
Diffstat (limited to 'sys/i386/isa/wfd.c')
-rw-r--r-- | sys/i386/isa/wfd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/isa/wfd.c b/sys/i386/isa/wfd.c index 0250785..0683dba 100644 --- a/sys/i386/isa/wfd.c +++ b/sys/i386/isa/wfd.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: wfd.c,v 1.5 1998/01/29 19:02:51 pst Exp $ + * $Id: wfd.c,v 1.6 1998/02/01 21:57:49 bde Exp $ */ /* @@ -139,8 +139,8 @@ struct wfd { struct diskslices *dk_slices; /* virtual drives */ }; -struct wfd *wfdtab[NUNIT]; /* Drive info by unit number */ -static int wfdnlun = 0; /* Number of configured drives */ +static struct wfd *wfdtab[NUNIT]; /* Drive info by unit number */ +static int wfdnlun = 0; /* Number of configured drives */ static void wfd_start (struct wfd *t); static void wfd_done (struct wfd *t, struct buf *bp, int resid, |