From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 12 Aug 2017 09:33:25 +0000 (+0000)
Subject: Warn when still using select()
X-Git-Tag: v_3_0_27~94
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@edit-actions-list?a=commitdiff_plain;h=771605c78ec38dd1a37f5dff2bfa80a84d43d7b0;p=privoxy.git

Warn when still using select()
---

diff --git a/jcc.c b/jcc.c
index 246f78d3..76addcec 100644
--- a/jcc.c
+++ b/jcc.c
@@ -1,4 +1,4 @@
-const char jcc_rcs[] = "$Id: jcc.c,v 1.466 2017/06/26 12:17:57 fabiankeil Exp $";
+const char jcc_rcs[] = "$Id: jcc.c,v 1.467 2017/06/26 12:18:21 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/jcc.c,v $
@@ -105,6 +105,7 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.466 2017/06/26 12:17:57 fabiankeil Exp $"
 # ifndef FD_ZERO
 #  include <select.h>
 # endif
+#warning poll() appears to be unavailable. Your platform will become unsupported in the future.
 #endif /* HAVE_POLL */
 
 #endif