Matthew Woehlke wrote: > I also noticed that although there is a HAVE_FCHDIR (properly set in > config.h), it is not being used. > > How needed are the *at functions? Can I rip them out? Can I emulate > fchdir()? Is there some other way to achieve what fchdir() is being used > for?
Emulating fchdir() is probably the easiest: http://lists.gnu.org/archive/html/bug-coreutils/2006-09/msg00008.html http://lists.gnu.org/archive/html/bug-coreutils/2006-09/msg00010.htm Bruno
