summaryrefslogtreecommitdiff
path: root/net/ns/patches/patch-aq
blob: e01e8675727d137f732a1df89db0313d4fcea5fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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"