]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Fri, 9 Apr 2004 12:15:49 +0000 (12:15 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 9 Apr 2004 12:15:49 +0000 (12:15 +0000)
ChangeLog
lib/Makefile.in

index fbf5b9553a7a73647040e8c70a9213bd86b80c88..61eb3fd5325113eeeb23a14ec5deb47d12826090 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,15 +5,11 @@
        * Makefile.maint (.re-list): New rule/file, to replace
        hard-coded list of header file names.
        (sc_system_h_headers): Use the new file.
+       Don't look for sys2.h anymore.
 
-       * src/system.h: Include "file-type.h" rather than hard-coding all
-       of its macro definitions -- the list was slightly out of date.
+       * src/system.h: Include new "stat-macros.h" rather than hard-coding
+       all of its macro definitions -- the list was slightly out of date.
        Suggestion from Dmitry V. Levin.
-       * src/remove.c: Don't include "file-type.h", now that system.h does.
-       * src/stat.c: Likewise.
-
-       * Makefile.maint (header_regexp): Add file-type.h.
-       (sc_system_h_headers): Don't look for sys2.h anymore.
 
 2004-04-08  Paul Eggert  <eggert@cs.ucla.edu>
 
index de5ad516db15a2dd3301f5da43cb0268331e5dd5..318e5ffcc4aaaf4d27f94b893ee391415331770a 100644 (file)
@@ -488,6 +488,7 @@ libfetish_a_SOURCES = \
   settime.c \
   sha1.c sha1.h \
   sig2str.h \
+  stat-macros.h \
   stdio-safer.h \
   stripslash.c \
   strdup.h \