diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-09 12:15:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-09 12:15:40 +0000 |
commit | c01ac4d4094e67f37e475f4d31b3b9cfb6b4ed61 (patch) | |
tree | 1a5436bdd6224252fcaeb27e17d571bb92e4b4bb /lib | |
parent | 49e41413528bed25ce28fb91c1787346787b7b56 (diff) | |
download | coreutils-c01ac4d4094e67f37e475f4d31b3b9cfb6b4ed61.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index a92f5df9e..1ef94a9bc 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2004-04-09 Jim Meyering <jim@meyering.net> + + * stat-macros.h: New file, with contents from file-type.h + and coreutils' system.h. + * Makefile.am (libfetish_a_SOURCES): Add stat-macros.h. + * file-type.c: Include "stat-macros.h". + * file-type.h (file_type): Move all macro defiitions to new file, + stat-macros.h. + 2004-03-30 Paul Eggert <eggert@twinsun.com> * cloexec.c, cloexec.h, config.charset, file-type.c, file-type.h: |