summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraichen <graichen@openbsd.org>1997-04-12 19:53:47 +0000
committergraichen <graichen@openbsd.org>1997-04-12 19:53:47 +0000
commit83df2afe2ebe6f6aca60fe19730d7f018792e30d (patch)
tree26fb4e49f53076e87f429c2aec586fce838ba7e9
parentupdate to my current config file (diff)
downloadwireguard-openbsd-83df2afe2ebe6f6aca60fe19730d7f018792e30d.tar.xz
wireguard-openbsd-83df2afe2ebe6f6aca60fe19730d7f018792e30d.zip
theo can't get everything right :-)
-rw-r--r--sys/arch/pmax/pmax/disksubr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/pmax/pmax/disksubr.c b/sys/arch/pmax/pmax/disksubr.c
index 1c4dbf6a243..29c40ee1b56 100644
--- a/sys/arch/pmax/pmax/disksubr.c
+++ b/sys/arch/pmax/pmax/disksubr.c
@@ -333,7 +333,6 @@ bounds_check_with_label(bp, lp, wlabel)
bp->b_resid = bp->b_bcount;
return(0);
}
- sz = maxsz - bp->b_blkno;
if (sz < 0) {
bp->b_error = EINVAL;
goto bad;