summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-07-08 06:23:24 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-07-08 06:23:24 +0000
commit3ec6170e45e53213c4024d9253810048c7f7b4ff (patch)
tree3f9038a10a66f62ce25f2b5ee1513995b0682ccb /security
parentFix a master site weirdness that I introduced in rev. 1.14. (diff)
add missing patch files in my previous commit.
Noticed by: kris and bento
Notes
Notes: svn path=/head/; revision=84444
Diffstat (limited to 'security')
-rw-r--r--security/amap/files/patch-amap-inc.h14
-rw-r--r--security/amap/files/patch-amap.h12
-rw-r--r--security/amap/files/patch-amapcrap.c13
3 files changed, 39 insertions, 0 deletions
diff --git a/security/amap/files/patch-amap-inc.h b/security/amap/files/patch-amap-inc.h
new file mode 100644
index 000000000000..1ed9f6551709
--- /dev/null
+++ b/security/amap/files/patch-amap-inc.h
@@ -0,0 +1,14 @@
+--- amap-inc.h.orig Sun Jun 29 20:31:38 2003
++++ amap-inc.h Sun Jun 29 20:31:50 2003
+@@ -12,10 +12,9 @@
+ #include <sys/stat.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
+-#include <arpa/inet.h>
+-#include <netdb.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
++#include <netdb.h>
+ #include <fcntl.h>
+ #include <time.h>
+ #include <errno.h>
diff --git a/security/amap/files/patch-amap.h b/security/amap/files/patch-amap.h
new file mode 100644
index 000000000000..a16afe2ea5da
--- /dev/null
+++ b/security/amap/files/patch-amap.h
@@ -0,0 +1,12 @@
+--- amap.h.orig Tue Jun 10 17:05:40 2003
++++ amap.h Tue Jun 10 17:06:25 2003
+@@ -57,7 +57,8 @@
+ //-----------------------------------------
+
+ // where are my appdefs files? all entries must end with a slash!
+-char *searchpath[14] = { "./", "/etc/", "/usr/etc/", "/usr/local/etc/",
++char *searchpath[15] = { "./", "PREFIX/share/amap/", "/etc/", "/usr/etc/",
++ "/usr/local/etc/",
+ "/opt/etc/", "/usr/local/amap/", "/opt/amap/",
+ "/usr/local/lib/", "/usr/local/lib/amap/",
+ "/usr/lib/amap/", "/usr/local/bin/",
diff --git a/security/amap/files/patch-amapcrap.c b/security/amap/files/patch-amapcrap.c
new file mode 100644
index 000000000000..0afc2b578e08
--- /dev/null
+++ b/security/amap/files/patch-amapcrap.c
@@ -0,0 +1,13 @@
+--- amapcrap.c.orig Sun Jun 29 20:26:03 2003
++++ amapcrap.c Sun Jun 29 20:26:13 2003
+@@ -15,9 +15,9 @@
+ #include <stdio.h>
+ #include <string.h>
+ #include <netdb.h>
+-#include <netinet/in.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <netinet/in.h>
+ #include <sys/stat.h>
+ #include <sys/time.h>
+ #include <sys/resource.h>