From d92e2d01cb8207ea3c388df103b288886a9626c7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 18 Feb 2010 19:06:45 +0100 Subject: Avoid/Fix build on OpenBSD host system --- package/kismet/patches/patch-ifcontrol_cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/kismet/patches/patch-ifcontrol_cc') 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'; -- cgit v1.2.3