summaryrefslogtreecommitdiff
path: root/japanese/okphone
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>2002-09-26 20:58:27 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>2002-09-26 20:58:27 +0000
commit43b9d438e066809fee70e7cc1169a6cc5c3e6dcd (patch)
tree99c1055063b23918cb44c67be0f1332de1a91357 /japanese/okphone
parentChase a repack. (rev. 1.32) (diff)
Fix the build error caused by conflicting malloc() prototype declaration.
Submitted by: Shingo WATANABE <nabe@nabechan.org> PR: 42944
Notes
Notes: svn path=/head/; revision=67156
Diffstat (limited to 'japanese/okphone')
-rw-r--r--japanese/okphone/files/patch-client::defs.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/okphone/files/patch-client::defs.h b/japanese/okphone/files/patch-client::defs.h
new file mode 100644
index 000000000000..2c4952894a31
--- /dev/null
+++ b/japanese/okphone/files/patch-client::defs.h
@@ -0,0 +1,12 @@
+--- 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();
+