summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-09 12:15:49 +0000
committerJim Meyering <jim@meyering.net>2004-04-09 12:15:49 +0000
commitafe724318d02e920e197f5f865783328e6700033 (patch)
treebe737dc91adbe7e1b5b1b7d12cf45e96a4ceda3b
parentc01ac4d4094e67f37e475f4d31b3b9cfb6b4ed61 (diff)
downloadcoreutils-afe724318d02e920e197f5f865783328e6700033.tar.xz
.
-rw-r--r--ChangeLog10
-rw-r--r--lib/Makefile.in1
2 files changed, 4 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index fbf5b9553..61eb3fd53 100644
--- 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>
diff --git a/lib/Makefile.in b/lib/Makefile.in
index de5ad516d..318e5ffcc 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -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 \