diff options
author | 2015-07-29 00:15:36 +0000 | |
---|---|---|
committer | 2015-07-29 00:15:36 +0000 | |
commit | 514957b7a29019e4035368f53564199d7deb3cb5 (patch) | |
tree | af513b1fec88fba1850c76e8187d4834b8ef1778 /sys/kern/subr_disk.c | |
parent | Don't use mpls_input() as input handler anymore and instead call it (diff) | |
download | wireguard-openbsd-514957b7a29019e4035368f53564199d7deb3cb5.tar.xz wireguard-openbsd-514957b7a29019e4035368f53564199d7deb3cb5.zip |
Zap a couple of extra blank lines that keep showing up in diffs I'm
trying to build.
Diffstat (limited to 'sys/kern/subr_disk.c')
-rw-r--r-- | sys/kern/subr_disk.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/subr_disk.c b/sys/kern/subr_disk.c index 57c8eb909c4..efa744abe76 100644 --- a/sys/kern/subr_disk.c +++ b/sys/kern/subr_disk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_disk.c,v 1.186 2015/07/28 23:10:13 krw Exp $ */ +/* $OpenBSD: subr_disk.c,v 1.187 2015/07/29 00:15:36 krw Exp $ */ /* $NetBSD: subr_disk.c,v 1.17 1996/03/16 23:17:08 christos Exp $ */ /* @@ -539,7 +539,6 @@ notfat: if (biowait(bp)) return (bp->b_error); - error = checkdisklabel(bp->b_data + offset, lp, DL_GETBSTART((struct disklabel*)(bp->b_data+offset)), DL_GETBEND((struct disklabel *)(bp->b_data+offset))); @@ -681,7 +680,6 @@ readgptlabel(struct buf *bp, void (*strat)(struct buf *), ghpartsize = letoh32(gh.gh_part_size); ghpartnum = letoh32(gh.gh_part_num); - if (letoh64(gh.gh_sig) != GPTSIGNATURE) return (EINVAL); |