diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-17 12:21:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-17 12:21:27 +0000 |
commit | 1edeae648d12874bdc600fedcb04558e6a281f9a (patch) | |
tree | 50f27cd3a31f127bce4019864e25593aba2de8df /old | |
parent | 940fd633a295b4b9a864082af8f2799bc277aeb7 (diff) | |
download | coreutils-1edeae648d12874bdc600fedcb04558e6a281f9a.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 815c74b45..c58f738c9 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -2,6 +2,11 @@ * Version 2.0.17. + Avoid compiler warnings. + * src/fmt.c: Remove `unsigned' attribute from type of global `prefix'. + (copy_rest): Cast to (unsigned char *) before dereferencing. + (get_prefix): Likewise. + * configure.ac: Replace use of the one-arg form of AC_INIT with a use of the 3-arg form and a use of AC_CONFIG_SRCDIR. |