1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

o Fix build error on STABLE due to conflicting definition of

calloc an malloc.

PR:		ports/43772
Submitted by:	charles.allen@angelo.edu
This commit is contained in:
Lars Koeller 2002-11-03 21:44:31 +00:00
parent 76da8ac4d6
commit 4e2d4e0694
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69381

View File

@ -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));