diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-08-18 00:39:18 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-08-18 00:39:18 +0000 |
commit | 8973be3dacc7c2155bd53aa4a79c694d8225e84f (patch) | |
tree | a92cd708388be4afc4eddb321d25818db5cd85cf /sys/arch/hppa64 | |
parent | 8e2643d27b64b4c6ad40adfc702a7c1f80845602 (diff) |
Oops. If you don't use a label, remove it.
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r-- | sys/arch/hppa64/hppa64/disksubr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa64/hppa64/disksubr.c b/sys/arch/hppa64/hppa64/disksubr.c index 5c5eac1a334..88aa5bdf588 100644 --- a/sys/arch/hppa64/hppa64/disksubr.c +++ b/sys/arch/hppa64/hppa64/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.13 2006/08/17 10:34:14 krw Exp $ */ +/* $OpenBSD: disksubr.c,v 1.14 2006/08/18 00:39:17 krw Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff @@ -190,7 +190,6 @@ readdisklabel(dev, strat, lp, osdep, spoofonly) if (msg) *lp = fallbacklabel; -done: if (bp) { bp->b_flags |= B_INVAL; brelse(bp); |