diff ChangeLog @ 274:755e03bc7dcf noffle

[svn] * src/fetch.c,src/log.c: Make 'fetch' and 'log' variables static; they're not used outside their respective modules and cause a name clash on MacOS X.
author bears
date Sun, 10 Nov 2002 15:24:43 +0000
parents 18d6c61ed4e7
children 1fdde6512033
line wrap: on
line diff
--- a/ChangeLog	Sun Nov 10 15:06:33 2002 +0000
+++ b/ChangeLog	Sun Nov 10 15:24:43 2002 +0000
@@ -22,6 +22,9 @@
   printing a time_t with a %ld format. This will serve as a reminder that
   we assume time_t is the same size as a long.
 * src/configfile.c: #include <regex.h> requires sys/types.h be included first.
+* src/fetch.c,src/log.c: Make 'fetch' and 'log' variables static; they're
+  not used outside their respective modules and cause a name clash on
+  MacOS X.
 
 Tue Oct 25 2002 Jim Hague <jim.hague@acm.org>