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

index ac4d772d13cd91c336d1bcc534c82aef2d9354b2..d7b081487ab0990e30c568d1dbe9b8c9d2f426ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
 
        * Version 5.3.1.
 
+       * src/system.h (__attribute__): Readability nit:
+       Change this:
+       #  define __attribute__(x)
+       to this:
+       #  define __attribute__(x) /* empty */
+
        * src/rm.c (usage): Mention that --recursive removes listed
        directories too, not just their contents.
        Say that by default, rm does not remove directories.