Removed wx driver hooks

This commit is contained in:
Nate Williams 1994-01-04 20:08:56 +00:00
parent 5be4b5f75a
commit 56067a6eec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=935

View file

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)conf.c 5.8 (Berkeley) 5/12/91
* $Id: conf.c,v 1.18 1993/11/26 22:44:17 wollman Exp $
* $Id: conf.c,v 1.19 1993/11/27 06:50:45 rich Exp $
*/
#include "param.h"
@ -49,8 +49,7 @@ d_rdwr_t rawread, rawwrite;
d_strategy_t swstrategy;
#include "wd.h"
#include "wx.h"
#if (NWD > 0) || (NWX > 0)
#if (NWD > 0)
d_open_t wdopen;
d_close_t wdclose;
d_strategy_t wdstrategy;