aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2011-04-16 14:20:25 -0700
committerPaul Eggert <[email protected]>2011-04-16 14:20:25 -0700
commit5a9c1e26a73394d076607fa027b8d7848231c2f8 (patch)
tree131e7fc2ac8954a7e6159611807595f22935752c /lib-src/ChangeLog
parentcd52b2441e95f407c0332534ae1997023fe62461 (diff)
* movemail.c (mail_spool_name): Protoize.
(main): Remove unused var. Mark var as initialized. Move locals to avoid shadowing, and use time_t for times.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 2e3c62d414..456e286503 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,9 @@
2011-04-16 Paul Eggert <[email protected]>
+ * movemail.c (mail_spool_name): Protoize.
+ (main): Remove unused var. Mark var as initialized.
+ Move locals to avoid shadowing, and use time_t for times.
+
* fakemail.c (xmalloc, xreallc): Use standard C prototypes
with void *. This avoids warnings about pointer casts.