diff options
Diffstat (limited to 'sys/i386/isa/wfd.c')
| -rw-r--r-- | sys/i386/isa/wfd.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/isa/wfd.c b/sys/i386/isa/wfd.c index 60ceb0b81a13d..67d570a37e5d4 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.16 1998/09/15 08:15:30 gibbs Exp $ + * $Id: wfd.c,v 1.15 1998/08/23 20:16:34 phk Exp $ */ /* @@ -661,6 +661,9 @@ int wfdioctl (dev_t dev, u_long cmd, caddr_t addr, int flag, struct proc *p) struct wfd *t = wfdtab[lun]; int error = 0; + struct disklabel *dl; + char buffer[DEV_BSIZE]; + error = dsioctl("wfd", dev, cmd, addr, flag, &t->dk_slices, wfdstrategy1, (ds_setgeom_t *)NULL); if (error != -1) |
