glebius 2004-11-09 18:35:26 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Since sb_timeo type was increased to int, use INT_MAX instead of SHRT_MAX. This also gives us ability to close PR. PR: kern/42352 Approved by: julian (mentor) MFC after: 1 week Revision Changes Path 1.217 +3 -3 src/sys/kern/uipc_socket.c