make this compile again

This commit is contained in:
aymeric 2001-01-13 02:08:15 +00:00
parent 78c0ba909e
commit 11dbbd8afe

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.46 2000/11/20 08:24:09 chs Exp $ */ /* $NetBSD: fd.c,v 1.47 2001/01/13 02:08:15 aymeric Exp $ */
/* /*
* Copyright (c) 1994 Christian E. Hopps * Copyright (c) 1994 Christian E. Hopps
@ -946,7 +946,7 @@ fdputdisklabel(sc, dev)
bcopy(lp, dlp, sizeof(struct disklabel)); bcopy(lp, dlp, sizeof(struct disklabel));
bp->b_blkno = 0; bp->b_blkno = 0;
bp->b_cylinder = 0; bp->b_cylinder = 0;
bp->b_flags &= ~(B_READ|B_DONE) bp->b_flags &= ~(B_READ|B_DONE);
bp->b_flags |= B_WRITE; bp->b_flags |= B_WRITE;
fdstrategy(bp); fdstrategy(bp);
error = biowait(bp); error = biowait(bp);