aboutsummaryrefslogtreecommitdiff
path: root/net-im/gnomeicu/files/patch-src::icu_db.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
commit6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch)
treefb8d61358190cc429db453d54fb9920ccfde716f /net-im/gnomeicu/files/patch-src::icu_db.c
parentea16706c62b542adc8f3b887256bf215bf914db6 (diff)
Notes
Diffstat (limited to 'net-im/gnomeicu/files/patch-src::icu_db.c')
-rw-r--r--net-im/gnomeicu/files/patch-src::icu_db.c17
1 files changed, 0 insertions, 17 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 3df66fcf8c50..000000000000
--- a/net-im/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>