diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-12 20:39:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-12 20:39:33 +0000 |
commit | 9f70d6021b216fc36b5260a7a18f00f0acc27482 (patch) | |
tree | 5b5f6757d68980903bb8f8bf60c9384728dbe887 /ChangeLog | |
parent | 5f60ffcfcfef1a7a126792b7748c7072c8ee20be (diff) | |
download | coreutils-9f70d6021b216fc36b5260a7a18f00f0acc27482.tar.xz |
* configure.ac: Avoid compiler warnings about default return
type in function definitions and unused variables in tests.
* src/who.c (print_user) [HAVE_UT_HOST]: hostlen is only needed
if this is #defined.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-10-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + * configure.ac: Avoid compiler warnings about default return + type in function definitions and unused variables in tests. + * src/who.c (print_user) [HAVE_UT_HOST]: hostlen is only needed + if this is #defined. + 2006-10-12 Jim Meyering <jim@meyering.net> * configure.ac: Reflect s/gl_MACROS/coreutils_MACROS/ renaming. |