]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-int.h
Define the selectable_fd member of struct pcap in Windows. selectable_fd is needed...
[libpcap] / pcap-int.h
index 7284d87cb3a89277b74705ef754ead72c9422a0a..66f5c9465a21cc5c91bcdf5c971fa713f3031bd5 100644 (file)
@@ -30,7 +30,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.59 2003-12-15 01:35:04 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/pcap-int.h,v 1.60 2003-12-20 10:24:52 risso Exp $ (LBL)
  */
 
 #ifndef pcap_int_h
@@ -101,8 +101,8 @@ struct pcap {
        int nonblock;
 #else
        int fd;
-       int selectable_fd;
 #endif /* WIN32 */
+       int selectable_fd;
        int snapshot;
        int linktype;
        int tzoff;              /* timezone offset */