freebsd-ports/japanese/okphone/files/patch-client::defs.h
Masafumi Max NAKANE 43b9d438e0 Fix the build error caused by conflicting malloc() prototype declaration.
Submitted by:	Shingo WATANABE <nabe@nabechan.org>
PR:		42944
2002-09-26 20:58:27 +00:00

12 lines
237 B
C

--- client/defs.h.orig Fri Sep 27 05:47:14 2002
+++ client/defs.h Fri Sep 27 05:49:02 2002
@@ -11,7 +11,9 @@
#endif
char *index();
char *strsave();
+#ifndef __FreeBSD__
char *malloc();
+#endif
char *basename();
char *expalias();