diff options
author | Jim Meyering <jim@meyering.net> | 2004-02-07 16:00:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-02-07 16:00:28 +0000 |
commit | c9736bdff0126ee263c430494ebde01ae594dbfb (patch) | |
tree | 35dffdb3058f430aa4e2f0c7fbce4516ab3915cd /GNUmakefile | |
parent | a70f51f2b09f50b975559d388e0fd675b4ce41c9 (diff) | |
download | coreutils-c9736bdff0126ee263c430494ebde01ae594dbfb.tar.xz |
Remove xstat function pointer member. The way it was used was not
portable, since some systems (OSF V5.1, Solaris 2.5.1) provide static
inline `stat' and `lstat' functions, thus making the tests of
`xstat == lstat' in copy.c always fail.
(copy_dir): Set `.dereference' member, not .xstat.
(copy_internal): Use `XSTAT (x, ...)' in place of `*(x->xstat) (...)'.
Use `x->dereference == DEREF_NEVER' in place of `x->xstat == lstat'.
(valid_options): Remove now-obsolete FIXME comments.
Diffstat (limited to 'GNUmakefile')
0 files changed, 0 insertions, 0 deletions