diff options
author | Jim Meyering <jim@meyering.net> | 2006-02-27 13:31:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-02-27 13:31:17 +0000 |
commit | 96a0a0857ad5bd526e2366a62684bbcbf0277071 (patch) | |
tree | f811f734c833b6710c71a7e7e2ff737166e435f5 | |
parent | 193f1a070a6d566ae2d938e39b5030893260d919 (diff) | |
download | coreutils-96a0a0857ad5bd526e2366a62684bbcbf0277071.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |