summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorfergus.henderson <fergushenderson@users.noreply.github.com>2010-03-02 08:10:17 +0000
committerfergus.henderson <fergushenderson@users.noreply.github.com>2010-03-02 08:10:17 +0000
commit73cdca6497b37492163431be1f6db5e672fce331 (patch)
tree143e80a1306392fbd5776508fcd1a99cf27232d4 /ChangeLog
parented40329cac2f2114b29e535a57eb2f6831fb2f93 (diff)
downloaddistcc-git-73cdca6497b37492163431be1f6db5e672fce331.tar.gz
Apply patch from Akim Demaille <demaille@gostai.com>:
* src/hosts.c (strndup): Use the standard signature (without static), so that we don't conflict with GCC's builtin signature. Now that it is not static, declare it, to avoid warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3014ad4..6422299 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-11 Akim Demaille <demaille@gostai.com>
+
+ * src/hosts.c (strndup): Use the standard signature (without
+ static), so that we don't conflict with GCC's builtin signature.
+ Now that it is not static, declare it, to avoid warnings.
+
2008-12-02 21:44 Fergus Henderson <opensource@google.com>
* Makefile.in, NEWS, configure.ac, include_server/setup.py: