diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2006-08-11 17:03:12 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2006-08-11 17:03:12 +0000 |
commit | a9e5696e9885e4b3f85065d942bc117eca3e16f5 (patch) | |
tree | b7d7a95ed7d512cb03de49b66bb3d6d2fff32ef2 /net-wireless | |
parent | Fix digest, bleh me (diff) | |
download | historical-a9e5696e9885e4b3f85065d942bc117eca3e16f5.tar.gz historical-a9e5696e9885e4b3f85065d942bc117eca3e16f5.tar.bz2 historical-a9e5696e9885e4b3f85065d942bc117eca3e16f5.zip |
Did not succeed in removing all of the files in the first try.
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gtkskan/files/digest-gtkskan-0.2 | 1 | ||||
-rw-r--r-- | net-wireless/gtkskan/files/gtkskan-0.2-gcc34.diff | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/net-wireless/gtkskan/files/digest-gtkskan-0.2 b/net-wireless/gtkskan/files/digest-gtkskan-0.2 deleted file mode 100644 index 1bdf25c03f9b..000000000000 --- a/net-wireless/gtkskan/files/digest-gtkskan-0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 deae861038aa166235de7aba77581b06 gtkskan-0.2.tgz 54232 diff --git a/net-wireless/gtkskan/files/gtkskan-0.2-gcc34.diff b/net-wireless/gtkskan/files/gtkskan-0.2-gcc34.diff deleted file mode 100644 index e80cc6baffd0..000000000000 --- a/net-wireless/gtkskan/files/gtkskan-0.2-gcc34.diff +++ /dev/null @@ -1,27 +0,0 @@ ---- gtkskan-0.2.orig/src/iwcommon.c 2005-09-06 23:43:44.000000000 -0300 -+++ gtkskan-0.2/src/iwcommon.c 2005-09-06 23:46:52.000000000 -0300 -@@ -324,7 +324,6 @@ - case IW_POWER_REPEATER: - fprintf(stream, " mode:Repeat multicasts"); - break; -- default: - } - } - ---- gtkskan-0.2.orig/src/iwcommon.h 2005-09-06 23:43:44.000000000 -0300 -+++ gtkskan-0.2/src/iwcommon.h 2005-09-06 23:54:55.000000000 -0300 -@@ -241,12 +241,12 @@ - #define IW_POWER_MIN 0x0001 /* Value is a minimum */ - #define IW_POWER_MAX 0x0002 /* Value is a maximum */ - #define IW_POWER_RELATIVE 0x0004 /* Value is not in seconds/ms/us */ --#endif IW_POWER_MODIFIER -+#endif - - #ifndef IW_ENCODE_NOKEY - #define IW_ENCODE_NOKEY 0x0800 /* Key is write only, so not here */ - #define IW_ENCODE_MODE 0xF000 /* Modes defined below */ --#endif IW_ENCODE_NOKEY -+#endif - - /****************************** TYPES ******************************/ - |