summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/uipc_socket.c')
-rw-r--r--sys/kern/uipc_socket.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c
index 56c0593..5abd6fe 100644
--- a/sys/kern/uipc_socket.c
+++ b/sys/kern/uipc_socket.c
@@ -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 @@ restart:
mlen = MCLBYTES;
len = min(min(mlen, resid), space);
} else {
- atomic = 1;
nopages:
len = min(min(mlen, resid), space);
/*
OpenPOWER on IntegriCloud