summarylogtreecommitdiffstats
path: root/memcpy.patch
diff options
context:
space:
mode:
authorMax Resch2019-12-05 18:02:34 +0100
committerMax Resch2019-12-05 18:02:34 +0100
commitd3001fbc6c4f6ff95bd49edc9024c2beefd50505 (patch)
treebe75e3c687a6a1a2ebea85b997a91dbe2c403ccf /memcpy.patch
parent4d2de30695b48b20ff961c8fa858a3782e05b6b6 (diff)
downloadaur-d3001fbc6c4f6ff95bd49edc9024c2beefd50505.tar.gz
update to 1.3.5 from website
Diffstat (limited to 'memcpy.patch')
-rw-r--r--memcpy.patch20
1 files changed, 11 insertions, 9 deletions
diff --git a/memcpy.patch b/memcpy.patch
index 8ca7d6b4db46..ddf80dba7d74 100644
--- a/memcpy.patch
+++ b/memcpy.patch
@@ -1,12 +1,14 @@
-diff -u bing-1.3.5/bing_probes.c bing-1.3.5_n/bing_probes.c
---- bing-1.3.5.orig/bing_probes.c 1999-10-26 08:42:16.000000000 +0200
-+++ bing-1.3.5/bing_probes.c 2018-08-26 17:13:15.156726035 +0200
-@@ -7,6 +7,7 @@
- /* $Id: bing_probes.c,v 1.12 1999/10/24 23:28:14 fgouget Exp $ */
-
- #include <stdio.h>
-+#include <string.h>
+diff -u bing-1.3.5/bing_probes.c bing-1.3.5-memcpy/bing_probes.c
+--- bing-1.3.5/bing_probes.c 1999-10-26 08:42:16.000000000 +0200
++++ bing-1.3.5-memcpy/bing_probes.c 2019-12-05 17:48:00.330139430 +0100
+@@ -10,6 +10,7 @@
#include <errno.h>
#include <malloc.h>
#include <stdlib.h>
-
++#include <string.h>
+
+ /* types.h provides u_short on HPUX10 and Solaris */
+ #include <sys/types.h>
+Gemeinsame Unterverzeichnisse: bing-1.3.5/include und bing-1.3.5-memcpy/include.
+Gemeinsame Unterverzeichnisse: bing-1.3.5/unix und bing-1.3.5-memcpy/unix.
+Gemeinsame Unterverzeichnisse: bing-1.3.5/win32 und bing-1.3.5-memcpy/win32.