artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
651b57b
)
theo can't get everything right :-)
author
graichen
<graichen@openbsd.org>
Sat, 12 Apr 1997 19:53:47 +0000
(19:53 +0000)
committer
graichen
<graichen@openbsd.org>
Sat, 12 Apr 1997 19:53:47 +0000
(19:53 +0000)
sys/arch/pmax/pmax/disksubr.c
patch
|
blob
|
history
diff --git
a/sys/arch/pmax/pmax/disksubr.c
b/sys/arch/pmax/pmax/disksubr.c
index
1c4dbf6
..
29c40ee
100644
(file)
--- 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;