+2007-04-27 Bruno Haible <bruno@clisp.org>
+
+ * lib/sys_stat_.h: Renamed from lib/stat_.h.
+ * modules/sys_stat (Makefile.am): Update.
+
2007-04-27 Eric Blake <ebb9@byu.net>
* lib/freading.h: Improve comments.
A <sys/stat.h> for systems with missing declarations.
Files:
-lib/stat_.h
+lib/sys_stat_.h
m4/sys_stat_h.m4
Depends-on:
# We need the following in order to create <sys/stat.h> when the system
# has one that is incomplete.
-sys/stat.h: stat_.h
+sys/stat.h: sys_stat_.h
@MKDIR_P@ sys
rm -f $@-t $@
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''ABSOLUTE_SYS_STAT_H''@|$(ABSOLUTE_SYS_STAT_H)|g' \
- < $(srcdir)/stat_.h; \
+ < $(srcdir)/sys_stat_.h; \
} > $@-t
mv $@-t $@
MOSTLYCLEANFILES += sys/stat.h sys/stat.h-t