summaryrefslogtreecommitdiff
path: root/package/kismet/patches/patch-ifcontrol_cc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-19 00:37:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-19 00:37:57 +0100
commitdb287e1579a46cdc8d8d6e1ef10455d2b1f10f22 (patch)
tree818b93556ba68db136962d00b622dc76b6d68327 /package/kismet/patches/patch-ifcontrol_cc
parentaa4ab58940fe84dfd79b230407b0eac2fd10a80b (diff)
parent27d6b2fd1084efa18e71e42441f04a83319317b9 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/kismet/patches/patch-ifcontrol_cc')
-rw-r--r--package/kismet/patches/patch-ifcontrol_cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kismet/patches/patch-ifcontrol_cc b/package/kismet/patches/patch-ifcontrol_cc
index c1606f9d2..a7028eb32 100644
--- a/package/kismet/patches/patch-ifcontrol_cc
+++ b/package/kismet/patches/patch-ifcontrol_cc
@@ -1,6 +1,6 @@
---- kismet-2010-01-R1.orig/ifcontrol.cc 2009-08-31 01:36:19.000000000 +0200
-+++ kismet-2010-01-R1/ifcontrol.cc 2010-02-14 19:59:51.000000000 +0100
-@@ -149,7 +149,7 @@ string Linux_GetSysDrv(const char *in_de
+--- kismet-2010-01-R1.orig/ifcontrol.cc Mon Aug 31 01:36:19 2009
++++ kismet-2010-01-R1/ifcontrol.cc Wed Feb 17 21:59:02 2010
+@@ -149,7 +149,7 @@ string Linux_GetSysDrv(const char *in_dev) {
devlinklen = readlink(devlink.c_str(), devlinktarget, 511);
if (devlinklen > 0) {
devlinktarget[devlinklen] = '\0';