summaryrefslogtreecommitdiff
path: root/dev-python/python-iwscan/files
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-07-28 06:46:49 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-07-28 06:46:49 +0000
commite8ce51f72af2dd3977bc29395dcac14410a91018 (patch)
tree2df77f58608eec8cd999b37d087f701bff531a5a /dev-python/python-iwscan/files
parentbd01fbc40d4842ccb74d678a79a8bd6fe02647b4 (diff)
downloadbaldeagleos-repo-e8ce51f72af2dd3977bc29395dcac14410a91018.tar.gz
baldeagleos-repo-e8ce51f72af2dd3977bc29395dcac14410a91018.tar.xz
baldeagleos-repo-e8ce51f72af2dd3977bc29395dcac14410a91018.zip
Updating liguros repo
Diffstat (limited to 'dev-python/python-iwscan/files')
-rw-r--r--dev-python/python-iwscan/files/python-iwscan-20080402-wireless-tools-30.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-python/python-iwscan/files/python-iwscan-20080402-wireless-tools-30.patch b/dev-python/python-iwscan/files/python-iwscan-20080402-wireless-tools-30.patch
deleted file mode 100644
index 16a9dce1858f..000000000000
--- a/dev-python/python-iwscan/files/python-iwscan-20080402-wireless-tools-30.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- pyiwscan.c
-+++ pyiwscan.c
-@@ -13,6 +13,11 @@
- #include <structmember.h>
- #include <iwlib.h>
-
-+/* PROC_NET_WIRELESS is defined in iwlib-private.h since wireless-tools-30_pre9 */
-+#ifndef PROC_NET_WIRELESS
-+#define PROC_NET_WIRELESS "/proc/net/wireless"
-+#endif
-+
- #define IWSCAN_VERSION_MAJOR 0
- #define IWSCAN_VERSION_MINOR 7
- #define IWSCAN_VERSION_MICRO 0