diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-11-23 03:35:57 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-11-23 03:35:57 +0000 |
commit | 8504f12edff2b01ba1b6bfda6bddf66756e63267 (patch) | |
tree | 88bbb912844df7a27e9639828dd235a73cf3ada7 /sys/arch | |
parent | f29a33aee585119fc36d47055474d3a5b5ad1be7 (diff) |
pasto in last commit
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/alpha/disksubr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/disksubr.c b/sys/arch/alpha/alpha/disksubr.c index 26e3c4439d5..0c247eb559d 100644 --- a/sys/arch/alpha/alpha/disksubr.c +++ b/sys/arch/alpha/alpha/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.25 1998/11/23 03:33:42 millert Exp $ */ +/* $OpenBSD: disksubr.c,v 1.26 1998/11/23 03:35:56 millert Exp $ */ /* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */ /* @@ -310,6 +310,7 @@ readdisklabel(dev, strat, lp, osdep, spoofonly) if (msg) *lp = fallbacklabel; +done: bp->b_flags |= B_INVAL; brelse(bp); return (msg); @@ -721,7 +722,6 @@ writedisklabel(dev, strat, lp, osdep) (*strat)(bp); error = biowait(bp); -done: bp->b_flags |= B_INVAL; brelse(bp); return (error); |