mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Removed wx driver hooks
This commit is contained in:
parent
5be4b5f75a
commit
56067a6eec
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=935
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue