Hello, Coreutils 5.3.? (and 5.2.?) use fts_read() etc. in a few tools (like chmod). fts_read() uses fchdir(), when available on the system, otherwise its fchdir-stub (which does nothing but return an error).
Ultrix does not have an fchdir() (which is detected by configure)... So the stub is called and all chmod's result in a 'fts_read failed: Function not implemented' So should the stub be replaced by an implementation of fchdir(), or should a workaround in fts_read() be a better solution? Greetings, Bert. -- --------------- eMail [EMAIL PROTECTED] ----------------- B.DeKnuydt, PSI-KULeuven Tel. +32-16-321880 Kasteelpark Arenberg 10 B-3001 Leuven-Heverlee FLANDERS, BELGIUM Fax. +32-16-321838 --------------- http://www.esat.kuleuven.be/~deknuydt ---------------- _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
