summaryrefslogtreecommitdiff
path: root/net-im/gnomeicu/files/patch-src::icu_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gnomeicu/files/patch-src::icu_db.c')
-rw-r--r--net-im/gnomeicu/files/patch-src::icu_db.c14
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 0a0196a73c92..000000000000
--- a/net-im/gnomeicu/files/patch-src::icu_db.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/icu_db.c.orig Sat Jan 5 19:15:03 2002
-+++ src/icu_db.c Sat Jan 5 19:16:00 2002
-@@ -33,7 +33,11 @@
- #include <errno.h>
- #include <stdio.h>
- #include <string.h>
-+#if defined(HAVE_STDLIB_H)
-+#include <stdlib.h>
-+#else
- #include <malloc.h>
-+#endif
-
- #if defined(HAVE_LIBGDBM)
- #include <gdbm.h>