X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/8b005d1a317d1857c68124965cb7bd98a17cf0f2..b744c80a94eae86abd37a118fb1d49f10a388d13:/pcap-netmap.c diff --git a/pcap-netmap.c b/pcap-netmap.c index 5be943b4..f1505633 100644 --- a/pcap-netmap.c +++ b/pcap-netmap.c @@ -236,10 +236,11 @@ pcap_netmap_activate(pcap_t *p) pcap_cleanup_live_common(p); return (PCAP_ERROR); } - if (0) - fprintf(stderr, "%s device %s priv %p fd %d ports %d..%d\n", - __FUNCTION__, p->opt.device, d, d->fd, - d->first_rx_ring, d->last_rx_ring); +#if 0 + fprintf(stderr, "%s device %s priv %p fd %d ports %d..%d\n", + __FUNCTION__, p->opt.device, d, d->fd, + d->first_rx_ring, d->last_rx_ring); +#endif pn->d = d; p->fd = d->fd;