diff options
Diffstat (limited to 'net/gnomeicu2/files/patch-src::icu_db.c')
-rw-r--r-- | net/gnomeicu2/files/patch-src::icu_db.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/gnomeicu2/files/patch-src::icu_db.c b/net/gnomeicu2/files/patch-src::icu_db.c deleted file mode 100644 index 0a0196a73c92..000000000000 --- a/net/gnomeicu2/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> |