summaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorlkoeller <lkoeller@FreeBSD.org>2002-11-03 21:44:31 +0000
committerlkoeller <lkoeller@FreeBSD.org>2002-11-03 21:44:31 +0000
commitaba2f16605855a90a2ee48e47e0f4fbf9e6118f2 (patch)
treeb38940251b95610c6ace0610acea45e9af868955 /deskutils
parentdb5ecf2990a30c0b87c3166b7dc0acf3e6ee9687 (diff)
downloadFreeBSD-ports-aba2f16605855a90a2ee48e47e0f4fbf9e6118f2.zip
FreeBSD-ports-aba2f16605855a90a2ee48e47e0f4fbf9e6118f2.tar.gz
o Fix build error on STABLE due to conflicting definition of
calloc an malloc. PR: ports/43772 Submitted by: charles.allen@angelo.edu
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/xrolo/files/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/deskutils/xrolo/files/patch-ab b/deskutils/xrolo/files/patch-ab
index ff98170..ae3a9df 100644
--- a/deskutils/xrolo/files/patch-ab
+++ b/deskutils/xrolo/files/patch-ab
@@ -18,6 +18,25 @@
#include <xview/panel.h>
#include <xview/textsw.h>
***************
+*** 65,72 ****
+
+ extern void init_rolo ();
+
+! extern char *check_args (), *getenv (), *strcpy (),
+! *calloc (), *malloc ();
+
+ extern char *exp_fname();
+
+--- 65,72 ----
+
+ extern void init_rolo ();
+
+! extern char *check_args (), *getenv (), *strcpy ();/*,
+! *calloc (), *malloc ();*/
+
+ extern char *exp_fname();
+
+***************
*** 320,323 ****
return (strcpy (q, p));
OpenPOWER on IntegriCloud