Undo rev 1.41 until we get more details about why it makes some systems

fail.
This commit is contained in:
Bill Fenner 1998-07-18 18:48:45 +00:00
parent ae325aeaae
commit 0c495036b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37740

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)uipc_socket.c 8.3 (Berkeley) 4/15/94
* $Id: uipc_socket.c,v 1.40 1998/05/15 20:11:30 wollman Exp $
* $Id: uipc_socket.c,v 1.41 1998/07/06 19:27:14 fenner Exp $
*/
#include <sys/param.h>
@ -491,7 +491,6 @@ sosend(so, addr, uio, top, control, flags, p)
mlen = MCLBYTES;
len = min(min(mlen, resid), space);
} else {
atomic = 1;
nopages:
len = min(min(mlen, resid), space);
/*