summaryrefslogtreecommitdiff
path: root/net/gnomeicu/gnomeicu/files/patch-src::icu_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/gnomeicu/gnomeicu/files/patch-src::icu_db.c')
-rw-r--r--net/gnomeicu/gnomeicu/files/patch-src::icu_db.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/net/gnomeicu/gnomeicu/files/patch-src::icu_db.c b/net/gnomeicu/gnomeicu/files/patch-src::icu_db.c
deleted file mode 100644
index 3df66fcf8c50..000000000000
--- a/net/gnomeicu/gnomeicu/files/patch-src::icu_db.c
+++ /dev/null
@@ -1,17 +0,0 @@
-
-$FreeBSD$
-
---- 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>