]> git.pld-linux.org Git - packages/cyrus-imapd.git/commitdiff
- gcc 4.4 string functions fix
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 30 Aug 2009 07:47:38 +0000 (07:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc44.patch -> 1.1

gcc44.patch [new file with mode: 0644]

diff --git a/gcc44.patch b/gcc44.patch
new file mode 100644 (file)
index 0000000..e9078fb
--- /dev/null
@@ -0,0 +1,10 @@
+--- cyrus-imapd-2.3.14/makedepend/def.h~       2009-08-30 10:41:27.000000000 +0300
++++ cyrus-imapd-2.3.14/makedepend/def.h        2009-08-30 10:42:37.085562797 +0300
+@@ -74,6 +74,7 @@
+ #include <sys/types.h>
+ #include <fcntl.h>
+ #include <sys/stat.h>
++#include <string.h>
+ #define MAXDEFINES    512
+ #define MAXFILES      512
This page took 0.137357 seconds and 4 git commands to generate.