diff options
Diffstat (limited to 'net-mgmt/ap-utils/files/patch-aa')
-rw-r--r-- | net-mgmt/ap-utils/files/patch-aa | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-mgmt/ap-utils/files/patch-aa b/net-mgmt/ap-utils/files/patch-aa deleted file mode 100644 index 7e675e5..0000000 --- a/net-mgmt/ap-utils/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ ---- src/wlan.c.orig Sat Nov 9 08:54:18 2002 -+++ src/wlan.c Sat Nov 9 08:55:28 2002 -@@ -19,13 +19,13 @@ - */ - #include <ncurses.h> - #include <string.h> -+#include <sys/types.h> -+#include <sys/socket.h> -+#include <netinet/in.h> - #include <arpa/inet.h> - #include <stdlib.h> - #include "ap-utils.h" - #include <menu.h> --#include <sys/types.h> --#include <sys/socket.h> --#include <netinet/in.h> - #include <unistd.h> - - #define HIDE_ESSID _("[S] Insert ESSID in broadcast packets: %s") |