mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
334 B
Plaintext
14 lines
334 B
Plaintext
$NetBSD: patch-ad,v 1.1 2006/06/07 12:24:45 joerg Exp $
|
|
|
|
--- pcaputil.c.orig 2006-06-07 12:21:17.000000000 +0000
|
|
+++ pcaputil.c
|
|
@@ -39,7 +39,7 @@ pcap_open(char *device)
|
|
if ((pcap = pcap_open_live(device, 31337, 0, 10, ebuf)) == NULL)
|
|
return (NULL);
|
|
|
|
-#ifdef BSD
|
|
+#if defined(BSD) && defined(BIOCIMMEDIATE)
|
|
{
|
|
int n = 1;
|
|
|