diff options
| author | Paul Eggert | 2011-04-16 14:21:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-16 14:21:24 -0700 |
| commit | fe3bfdde8dbc5ba7e4d600a6f09829953c6ed80b (patch) | |
| tree | cf0a2f973d7abebc6a67c4663cac486f9518e3ae /lib-src/ChangeLog | |
| parent | 5a9c1e26a73394d076607fa027b8d7848231c2f8 (diff) | |
| download | emacs-fe3bfdde8dbc5ba7e4d600a6f09829953c6ed80b.tar.gz emacs-fe3bfdde8dbc5ba7e4d600a6f09829953c6ed80b.zip | |
* pop.c (socket_connection): Double-cast to avoid GCC warning
about alignment.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 456e286503b..54582a42e6a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * pop.c (socket_connection): Double-cast to avoid GCC warning | ||
| 4 | about alignment. | ||
| 5 | |||
| 3 | * movemail.c (mail_spool_name): Protoize. | 6 | * movemail.c (mail_spool_name): Protoize. |
| 4 | (main): Remove unused var. Mark var as initialized. | 7 | (main): Remove unused var. Mark var as initialized. |
| 5 | Move locals to avoid shadowing, and use time_t for times. | 8 | Move locals to avoid shadowing, and use time_t for times. |