diff options
Diffstat (limited to 'net-im/gnomeicu/files/patch-src::icu_db.c')
-rw-r--r-- | net-im/gnomeicu/files/patch-src::icu_db.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-im/gnomeicu/files/patch-src::icu_db.c b/net-im/gnomeicu/files/patch-src::icu_db.c deleted file mode 100644 index 149a61e53..000000000 --- a/net-im/gnomeicu/files/patch-src::icu_db.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/icu_db.c.orig Sat Jun 22 22:11:46 2002 -+++ src/icu_db.c Wed Sep 11 11:45:05 2002 -@@ -27,7 +27,11 @@ - - #include <fcntl.h> - #include <errno.h> -+#if defined(HAVE_STDLIB_H) -+#include <stdlib.h> -+#else - #include <malloc.h> -+#endif - #include <stdio.h> - #include <string.h> - #include <sys/param.h> |