Delete test code.
This commit is contained in:
parent
c01c0d9453
commit
6c63af182f
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: uipc_socket.c,v 1.46 1999/05/15 22:36:34 sommerfeld Exp $ */
|
||||
/* $NetBSD: uipc_socket.c,v 1.47 1999/05/15 22:37:22 sommerfeld Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1982, 1986, 1988, 1990, 1993
|
||||
@ -493,15 +493,6 @@ nopages:
|
||||
}
|
||||
} while (space > 0 && atomic);
|
||||
|
||||
#ifdef TEST_FOR_PANIC_UIPC_3_RACE_CONDITION
|
||||
{
|
||||
extern struct domain unixdomain;
|
||||
|
||||
if (so->so_proto->pr_domain == &unixdomain)
|
||||
sleep(&lbolt, PVFS);
|
||||
}
|
||||
#endif
|
||||
|
||||
s = splsoftnet();
|
||||
|
||||
if (so->so_state & SS_CANTSENDMORE)
|
||||
|
Loading…
Reference in New Issue
Block a user