diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-10 19:15:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-10 19:15:06 +0000 |
commit | ec2187869091b553edb1ac9f62abb25821f93d83 (patch) | |
tree | a813a6a8a9b317edde4e787f936af2a7843c8b9f | |
parent | 7bf4cb61b444150dbe5126d041b8d301644fbabf (diff) | |
download | coreutils-ec2187869091b553edb1ac9f62abb25821f93d83.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ * Version 5.0.1. + The S_MAGIC_... names shouldn't be maintained in two places (prior + to this change, one would have to keep stat.c and fs.h in sync). + This change makes it so those names and the corresponding + hexadecimal constants all reside in stat.c. fs.h is now generated. * src/Makefile.am (fs.h): New rule to generate fs.h from stat.c. (BUILT_SOURCES): Add fs.h, now that it's generated. (EXTRA_DIST): Add extract-magic. |