Remove stat module & update lstat.
authorDerek R. Price <derek@ximbiot.com>
Fri, 24 Jun 2005 14:53:03 +0000 (14:53 +0000)
committerDerek R. Price <derek@ximbiot.com>
Fri, 24 Jun 2005 14:53:03 +0000 (14:53 +0000)
commit0d1d61835135da48448b5f09ada9f67c35ca4b97
tree0443e896d8b87def4488371f34dfc2c79f87408a
parentbf982dc2f9119b5d655e3266b70bd716cc92cf95
Remove stat module & update lstat.
* MODULES.html.sh (stat): Remove.
* MODULES.html: Regenerated.
* config/srclist.txt (GLIBC sources): Remove stat.
* lib/stat.c: Remove this file...
(slash_aware_lstat): ...moving this content and its support...
* lib/lstat.c (rpl_lstat): ...into here.
* lib/lstat.h: New file.
* m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
* m4/stat.m4: Remove this file.
* modules/lstat (Description): Correct function name.
(Files): Add "lstat.h".
(Depends-on): Remove stat, add xalloc, stat-macros.
* modules/stat: Remove this file.
(Include): Add "lstat.h", remove <sys/stat.h>.
14 files changed:
ChangeLog
MODULES.html
MODULES.html.sh
config/ChangeLog
config/srclist.txt
lib/ChangeLog
lib/lstat.c
lib/lstat.h [new file with mode: 0644]
lib/stat.c [deleted file]
m4/ChangeLog
m4/lstat.m4
m4/stat.m4 [deleted file]
modules/lstat
modules/stat [deleted file]