diff options
author | 1997-04-12 19:53:47 +0000 | |
---|---|---|
committer | 1997-04-12 19:53:47 +0000 | |
commit | 83df2afe2ebe6f6aca60fe19730d7f018792e30d (patch) | |
tree | 26fb4e49f53076e87f429c2aec586fce838ba7e9 | |
parent | update to my current config file (diff) | |
download | wireguard-openbsd-83df2afe2ebe6f6aca60fe19730d7f018792e30d.tar.xz wireguard-openbsd-83df2afe2ebe6f6aca60fe19730d7f018792e30d.zip |
theo can't get everything right :-)
-rw-r--r-- | sys/arch/pmax/pmax/disksubr.c | 1 |
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; |