Created
November 5, 2010 00:30
-
-
Save lox/663457 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- pcaputil.c.orig Sun Mar 14 14:12:11 2004 | |
+++ pcaputil.c Sun Mar 14 14:12:34 2004 | |
@@ -16,6 +16,7 @@ | |
#include <pcap.h> | |
#ifdef BSD | |
#include <pcap-int.h> | |
+#define BIOCIMMEDIATE _IOW('B',112, u_int) | |
#endif | |
#include "pcaputil.h" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment