diff options
Diffstat (limited to 'x11/props/files')
-rw-r--r-- | x11/props/files/patch-ab | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/x11/props/files/patch-ab b/x11/props/files/patch-ab index 0aa5f83..cad9fb8 100644 --- a/x11/props/files/patch-ab +++ b/x11/props/files/patch-ab @@ -1,6 +1,6 @@ ---- l10n_read.c.orig Sat Nov 8 01:21:25 1997 -+++ l10n_read.c Sun Nov 9 01:44:10 1997 -@@ -18,7 +18,7 @@ +--- l10n_read.c.orig Fri Nov 7 17:21:25 1997 ++++ l10n_read.c Mon Oct 21 03:29:17 2002 +@@ -18,15 +18,17 @@ #include "l10n_props.h" @@ -9,7 +9,17 @@ #define NAME_SEPARATOR '=' #define FIELD_SEPARATOR '|' -@@ -72,8 +72,9 @@ + #define ITEM_SEPARATOR ';' + + ++#if !defined(__FreeBSD__) + extern char *malloc(); + extern char *calloc(); ++#endif + + + /* +@@ -72,8 +74,9 @@ /* * Find path for localization configuration files under * $OPENWINHOME/share/locale/<locale>/props |