From: Jim Meyering Date: Sat, 10 Dec 2005 10:18:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1160 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df4dc0666da1a501e2ad0e871dbece93b3693e6f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 6c72587208..5a0f0361ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ * Version 6.0-cvs. + * src/rand-isaac.c (isaac_mix): Declare to be static. + Mark all other functions as `extern' so the tight-scope + part of `make distcheck' passes once again. + * src/rand-isaac.h (isaac_mix): Remove declaration. + * src/sort.c (get_hash): Change position of `*' in parameter type to conform with convention. (main): Split a long line so it fits in 80 columns.