summaryrefslogtreecommitdiff
path: root/support/ChangeLog
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-05-19 22:44:20 +0000
committerMartin Baulig <martin@src.gnome.org>1998-05-19 22:44:20 +0000
commit6eec1a0c05185e7fa8966b1727c5599061813ba2 (patch)
tree4a301c0e062abc66e9d82a9ca2861dfcdc3264ed /support/ChangeLog
parentb1b2b62910a8108dcb7cc18775eb4d1b441ec3ac (diff)
downloadshared-mime-info-6eec1a0c05185e7fa8966b1727c5599061813ba2.tar.gz
Added prototype for systems defining __STDC__.
* vsnprintf.c (vsnprintf): Added prototype for systems defining __STDC__. * vsnprintf.c (snprintf): Moved toward the end of the file, that the compiler gets correct prototype for vsnprintf(). svn path=/trunk/; revision=206
Diffstat (limited to 'support/ChangeLog')
-rw-r--r--support/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index bedffb5d..e5da677d 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,12 @@
+1998-05-19 Martin Baulig <martin@home-of-linux.org>
+
+ * vsnprintf.c (vsnprintf): Added prototype for systems
+ defining __STDC__.
+
+ * vsnprintf.c (snprintf): Moved toward the end of the
+ file, that the compiler gets correct prototype for
+ vsnprintf().
+
1998-05-12 Kjartan Maraas <kmaraas@fib.hl.no>
* argp-help.c (argp_doc): Backed out previous "fix". :-)