summaryrefslogtreecommitdiff
path: root/support/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'support/ChangeLog')
-rw-r--r--support/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index 47061fee..8e84e04f 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -9,11 +9,12 @@
1998-05-19 Martin Baulig <martin@home-of-linux.org>
- * vsnprintf.c (vsnprintf): Added prototype for systems
- defining __STDC__.
+ * vsnprintf.c (vsnprintf): Changed declaration of this
+ function on systems defining __STDC__ to avoid clash
+ with prototype in system header file.
* vsnprintf.c (snprintf): Moved toward the end of the
- file, that the compiler gets correct prototype for
+ file, so that the compiler sees correct declaration for
vsnprintf().
1998-05-12 Kjartan Maraas <kmaraas@fib.hl.no>