r7227: added a socket_pending() call to abstract away the FIONREAD ioctl. It
commitf6993db31d93059c70b44a23005ba444e205870f
authorAndrew Tridgell <tridge@samba.org>
Fri, 3 Jun 2005 13:20:08 +0000 (3 13:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:28 +0000 (10 13:17 -0500)
treee0c3cd6167f7aa20cd61325c903c8cdb06067090
parent678c3f37c7b1996f77daa176eb8a6c151ca3aa27
r7227: added a socket_pending() call to abstract away the FIONREAD ioctl. It
will be interesting to see if this causes any portability problems, as
it is a less commonly used call.
source/lib/socket/socket.c
source/lib/socket/socket.h
source/lib/socket/socket_ipv4.c
source/lib/socket/socket_unix.c