mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
349 B
Plaintext
16 lines
349 B
Plaintext
$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"
|