]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 10 Apr 2003 19:09:43 +0000 (19:09 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 10 Apr 2003 19:09:43 +0000 (19:09 +0000)
ChangeLog

index 53f72d9eb01cdc888275c68e82c2d75b1357f140..d5adfd245e9b9704fefd57e0b3f2befa4e2cddca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,12 @@
 2003-04-10  Jim Meyering  <jim@meyering.net>
 
-       * src/fs.h:
-
        * Version 5.0.1.
 
+       * src/Makefile.am (fs.h): New rule to generate fs.h from stat.c.
+       * src/extract-magic: New script to extract fs.h definitions from stat.c.
+       * src/stat.c (human_fstype) [__linux__]: Append each hex constant from
+       fs.h in a comment after the corresponding `case S_MAGIC_...:' statement.
+
        * tests/tail-2/big-4gb: Skip this test (don't fail) if creating a
        file with nominal length > 4GB fails.  Reported by Michael Deutschmann.