diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-12 15:17:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-12 15:17:08 +0000 |
commit | 37356c960ca7ab9ba12537980f1d440797c3b5d0 (patch) | |
tree | 000cb185f6549a733b8786ed1d9864cf3db9321c /net/gnomeicu/files/patch-src::icu_db.c | |
parent | Remove these ports as part of phase II of the GNOME 1.4 desktop removal. (diff) |
Remove this ports as part of phase II of the GNOME 1.4 desktop removal.
Notes
Notes:
svn path=/head/; revision=86822
Diffstat (limited to 'net/gnomeicu/files/patch-src::icu_db.c')
-rw-r--r-- | net/gnomeicu/files/patch-src::icu_db.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/gnomeicu/files/patch-src::icu_db.c b/net/gnomeicu/files/patch-src::icu_db.c deleted file mode 100644 index 0a0196a73c92..000000000000 --- a/net/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> |