View | Details | Raw Unified | Return to bug 43643
Collapse All | Expand All

(-)x11/props/files/patch-ab (-4 / +14 lines)
Lines 1-6 Link Here
1
--- l10n_read.c.orig	Sat Nov  8 01:21:25 1997
1
--- l10n_read.c.orig	Fri Nov  7 17:21:25 1997
2
+++ l10n_read.c	Sun Nov  9 01:44:10 1997
2
+++ l10n_read.c	Thu Oct  3 17:30:45 2002
3
@@ -18,7 +18,7 @@
3
@@ -18,15 +18,17 @@
4
 #include	"l10n_props.h"
4
 #include	"l10n_props.h"
5
 
5
 
6
 
6
 
Lines 9-15 Link Here
9
 
9
 
10
 #define	NAME_SEPARATOR		'='
10
 #define	NAME_SEPARATOR		'='
11
 #define	FIELD_SEPARATOR		'|'
11
 #define	FIELD_SEPARATOR		'|'
12
@@ -72,8 +72,9 @@
12
 #define	ITEM_SEPARATOR		';'
13
 
14
 
15
+#ifndef __FreeBSD__
16
 extern char	*malloc();
17
 extern char	*calloc();
18
+#endif
19
 
20
 
21
 /*
22
@@ -72,8 +74,9 @@
13
 	/*  
23
 	/*  
14
 	 * Find path for localization configuration files under
24
 	 * Find path for localization configuration files under
15
 	 * $OPENWINHOME/share/locale/<locale>/props
25
 	 * $OPENWINHOME/share/locale/<locale>/props

Return to bug 43643