diff options
-rw-r--r-- | pcap-dbus.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pcap-dbus.c b/pcap-dbus.c index 1c65d8d5..f179fe61 100644 --- a/pcap-dbus.c +++ b/pcap-dbus.c @@ -319,7 +319,6 @@ dbus_create(const char *device, char *ebuf, int *is_ours) return (NULL); p->activate_op = dbus_activate; -#ifndef _WIN32 /* * Set these up front, so that, even if our client tries * to set non-blocking mode before we're activated, or @@ -329,7 +328,6 @@ dbus_create(const char *device, char *ebuf, int *is_ours) */ p->getnonblock_op = dbus_getnonblock; p->setnonblock_op = dbus_setnonblock; -#endif return (p); } |