summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-09 12:15:40 +0000
committerJim Meyering <jim@meyering.net>2004-04-09 12:15:40 +0000
commitc01ac4d4094e67f37e475f4d31b3b9cfb6b4ed61 (patch)
tree1a5436bdd6224252fcaeb27e17d571bb92e4b4bb /lib
parent49e41413528bed25ce28fb91c1787346787b7b56 (diff)
downloadcoreutils-c01ac4d4094e67f37e475f4d31b3b9cfb6b4ed61.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog9
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: