pkgsrc/net/ns/patches/patch-aq

15 lines
349 B
Text

$NetBSD: patch-aq,v 1.1 2005/09/08 17:20:17 minskim Exp $
--- emulate/net-pcap.cc.orig 2005-01-25 14:38:47.000000000 -0800
+++ emulate/net-pcap.cc
@@ -63,6 +63,10 @@ extern "C" {
#include <pcap.h>
#endif
+#ifndef BIOCIMMEDIATE
+#define BIOCIMMEDIATE _IOW('B',112, u_int)
+#endif
+
#include "config.h"
#include "scheduler.h"
#include "net.h"