*** empty log message ***

This commit is contained in:
Jim Meyering 2006-02-27 13:31:17 +00:00
parent 193f1a070a
commit 96a0a0857a

View File

@ -2,6 +2,9 @@
* Version 6.0-cvs.
* src/base64.c (do_decode): Use correct type for parameter,
ignore_garbage: s/size_t/bool/.
* src/base64.c: Don't include .h files already included by system.h:
<string.h>, <stdlib.h>, <stdbool.h>, <limits.h>, <errno.h>.
Include "system.h" before the other lib/*.h header files.