restore missing default
[unix-history] / usr / src / sys / kern / kern_physio.c
index 274a054..2b5a39b 100644 (file)
@@ -1,4 +1,4 @@
-/*     kern_physio.c   4.27    82/03/26        */
+/*     kern_physio.c   4.28    82/03/31        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -766,8 +766,8 @@ minphys(bp)
 struct buf *bp;
 {
 
 struct buf *bp;
 {
 
-       if (bp->b_bcount > 65 * 1024)
-               bp->b_bcount = 65 * 1024;
+       if (bp->b_bcount > 63 * 1024)
+               bp->b_bcount = 63 * 1024;
 }
 
 /*
 }
 
 /*