]> git.pld-linux.org Git - packages/kismet.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 4 Sep 2002 18:52:40 +0000 (18:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kismet-misc_fix.patch -> 1.1

kismet-misc_fix.patch [new file with mode: 0644]

diff --git a/kismet-misc_fix.patch b/kismet-misc_fix.patch
new file mode 100644 (file)
index 0000000..0b05c6c
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN kismet-2.4.6.org/pcapsource.cc kismet-2.4.6/pcapsource.cc
+--- kismet-2.4.6.org/pcapsource.cc     Wed Sep  4 18:02:17 2002
++++ kismet-2.4.6/pcapsource.cc Wed Sep  4 18:03:04 2002
+@@ -75,7 +75,7 @@
+ #ifdef HAVE_PCAP_NONBLOCK
+     pcap_setnonblock(pd, 1, errstr);
+-#elseif ! defined(SYS_OPENBSD)
++#elif !defined(SYS_OPENBSD)
+     // do something clever  (Thanks to Guy Harris for suggesting this).
+     int save_mode = fcntl(pcap_fileno(pd), F_GETFL, 0);
+     if (fcntl(pcap_fileno(pd), F_SETFL, save_mode | O_NONBLOCK) < 0) {
This page took 0.131083 seconds and 4 git commands to generate.