aboutsummaryrefslogtreecommitdiffstats
path: root/net/ap-utils/files
diff options
context:
space:
mode:
Diffstat (limited to 'net/ap-utils/files')
-rw-r--r--net/ap-utils/files/patch-aa23
-rw-r--r--net/ap-utils/files/patch-ab10
-rw-r--r--net/ap-utils/files/patch-ac12
3 files changed, 38 insertions, 7 deletions
diff --git a/net/ap-utils/files/patch-aa b/net/ap-utils/files/patch-aa
index 90ee554e3166..a9f92e771804 100644
--- a/net/ap-utils/files/patch-aa
+++ b/net/ap-utils/files/patch-aa
@@ -1,12 +1,21 @@
---- nwn/ap-nwn.c.orig Sat Aug 17 14:24:41 2002
-+++ nwn/ap-nwn.c Sat Aug 17 14:24:51 2002
-@@ -22,6 +22,9 @@
+--- nwn/ap-nwn.c.orig Sun Oct 6 09:47:54 2002
++++ nwn/ap-nwn.c Sun Oct 6 09:46:10 2002
+@@ -18,15 +18,15 @@
+ *
+ */
+
+-#include <netinet/in.h>
+ #include <stdlib.h>
#include <string.h>
#include "ap-utils.h"
#include <menu.h>
-+#include <sys/types.h>
-+#include <sys/socket.h>
+-#include <arpa/inet.h>
+-#include <unistd.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
+#include <netinet/in.h>
- #include <arpa/inet.h>
- #include <unistd.h>
++#include <arpa/inet.h>
++#include <unistd.h>
+ WINDOW *sub_for_menu, *win_for_help, *main_win, *main_sub;
+ char *community;
diff --git a/net/ap-utils/files/patch-ab b/net/ap-utils/files/patch-ab
new file mode 100644
index 000000000000..daf4eb8dc10d
--- /dev/null
+++ b/net/ap-utils/files/patch-ab
@@ -0,0 +1,10 @@
+--- common/ap_search.c.orig Sun Oct 6 08:36:00 2002
++++ common/ap_search.c Sun Oct 6 08:36:07 2002
+@@ -33,7 +33,6 @@
+ #include <signal.h>
+ #include <setjmp.h>
+ #include <errno.h>
+-#include <stdint.h>
+
+ sigjmp_buf position;
+ extern char *community;
diff --git a/net/ap-utils/files/patch-ac b/net/ap-utils/files/patch-ac
new file mode 100644
index 000000000000..7807e88e9a1c
--- /dev/null
+++ b/net/ap-utils/files/patch-ac
@@ -0,0 +1,12 @@
+--- atmel/wlan.c.orig Sun Oct 6 09:40:30 2002
++++ atmel/wlan.c Sun Oct 6 09:40:47 2002
+@@ -19,6 +19,9 @@
+ */
+ #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"