X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=jbsockets.c;h=28790cf1be60e268553c4b2f82b3c838fc9cdd62;hb=9d651e2cb782f7b45c222909a1e27b3d2d94493d;hp=3a862f5be3f440053446153054ac0e677e9e3d95;hpb=1f28c399b73ef84fff9903a48bf7d14153be224f;p=privoxy.git diff --git a/jbsockets.c b/jbsockets.c index 3a862f5b..28790cf1 100644 --- a/jbsockets.c +++ b/jbsockets.c @@ -1,10 +1,10 @@ -const char jbsockets_rcs[] = "$Id: jbsockets.c,v 1.140 2017/05/25 11:16:56 fabiankeil Exp $"; +const char jbsockets_rcs[] = "$Id: jbsockets.c,v 1.142 2017/06/04 14:36:44 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jbsockets.c,v $ * * Purpose : Contains wrappers for system-specific sockets code, - * so that the rest of Junkbuster can be more + * so that the rest of Privoxy can be more * OS-independent. Contains #ifdefs to make this work * on many platforms. * @@ -1577,7 +1577,6 @@ int socket_is_still_alive(jb_socket sfd) { char buf[10]; int no_data_waiting; - #ifdef HAVE_POLL int poll_result; struct pollfd poll_fd[1];