mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Fix *alloc definition clash.
PR: 43643 Approved by: pat
This commit is contained in:
parent
93e0e22f6d
commit
daa8493eeb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68540
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user