summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2006-08-18 00:39:17 +0000
committerkrw <krw@openbsd.org>2006-08-18 00:39:17 +0000
commit8071284cf0472fad7229060efb1761f29631f89a (patch)
tree69d9c9cb35f647924b84fe536355dfaa153df0c9
parentMove backward-paragraph, forward-paragraph to M-{, M-} respectively. (diff)
downloadwireguard-openbsd-8071284cf0472fad7229060efb1761f29631f89a.tar.xz
wireguard-openbsd-8071284cf0472fad7229060efb1761f29631f89a.zip
Oops. If you don't use a label, remove it.
-rw-r--r--sys/arch/hppa/hppa/disksubr.c3
-rw-r--r--sys/arch/hppa64/hppa64/disksubr.c3
-rw-r--r--sys/arch/mips64/mips64/disksubr.c3
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/arch/hppa/hppa/disksubr.c b/sys/arch/hppa/hppa/disksubr.c
index 58aa7826948..8678d85cd28 100644
--- a/sys/arch/hppa/hppa/disksubr.c
+++ b/sys/arch/hppa/hppa/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.30 2006/08/17 10:34:14 krw Exp $ */
+/* $OpenBSD: disksubr.c,v 1.31 2006/08/18 00:39:17 krw Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -194,7 +194,6 @@ readdisklabel(dev, strat, lp, osdep, spoofonly)
if (msg)
*lp = fallbacklabel;
-done:
if (bp) {
bp->b_flags |= B_INVAL;
brelse(bp);
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);
diff --git a/sys/arch/mips64/mips64/disksubr.c b/sys/arch/mips64/mips64/disksubr.c
index 237fdada2c4..24493a09db0 100644
--- a/sys/arch/mips64/mips64/disksubr.c
+++ b/sys/arch/mips64/mips64/disksubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disksubr.c,v 1.19 2006/08/17 10:34:14 krw Exp $ */
+/* $OpenBSD: disksubr.c,v 1.20 2006/08/18 00:39:17 krw Exp $ */
/*
* Copyright (c) 1999 Michael Shalayeff
@@ -198,7 +198,6 @@ readdisklabel(dev, strat, lp, osdep, spoofonly)
if (msg)
*lp = fallbacklabel;
-done:
if (bp) {
bp->b_flags |= B_INVAL;
brelse(bp);