]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 10 Dec 2005 10:18:18 +0000 (10:18 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 10 Dec 2005 10:18:18 +0000 (10:18 +0000)
ChangeLog

index 6c7258720895d04c366e5c7bbc0bf485f9541edb..5a0f0361ce4c540db01321aa597c0bab21938efe 100644 (file)
--- 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.