diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-08-17 19:02:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-08-17 19:02:16 +0000 |
commit | 3f728385127ce8b6660566d0475ed62fdfde7bbd (patch) | |
tree | a97e169c30fb7afc3e5da488a3899bcf2e47ef95 /sys/arch | |
parent | f8c2601e1443111a6575d72ad0f0000961b6ce66 (diff) |
tsk tsk, krw did not test compile this
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/alpha/alpha/disksubr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/disksubr.c b/sys/arch/alpha/alpha/disksubr.c index af5fb66154f..75be95137ea 100644 --- a/sys/arch/alpha/alpha/disksubr.c +++ b/sys/arch/alpha/alpha/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.50 2006/08/17 10:34:14 krw Exp $ */ +/* $OpenBSD: disksubr.c,v 1.51 2006/08/17 19:02:15 deraadt Exp $ */ /* $NetBSD: disksubr.c,v 1.21 1996/05/03 19:42:03 christos Exp $ */ /* @@ -191,7 +191,6 @@ readdisklabel(dev, strat, lp, osdep, spoofonly) if (msg) *lp = fallbacklabel; -done: if (bp) { bp->b_flags |= B_INVAL; brelse(bp); |