> > 2003-06-09 John David Anglin <[EMAIL PROTECTED]> > > > > * lib/acl.c: Include sys/types.h. > > * src/readlink.c: Likewise. > > * src/stat.c: Include sys/statvfs.h in preference to sys/vfs.h. > > Include sys/param.h and sys/mount.h on ultrix. > > I've applied the above changes.
Thanks. I just did a build under HP-UX 11.11 to make sure the above didn't cause problems building stat. It built without problems. I was a bit worried as the HP-UX 11 headers are somewhat different. Here are a few examples of the failures that I mentioned running the testsuite: make[3]: Entering directory `/xxx/gnu/coreutils-5.0.1/objdir/tests/cut' cat: ../../../tests/cut/1.I: No such file or directory ../../../tests/cut/cut-tests[57]: ../../../tests/cut/1.I: Cannot find or open the file. make[3]: Entering directory `/xxx/gnu/coreutils-5.0.1/objdir/tests/date' ../../../tests/date/date-tests[777]: ../../../tests/date/utc-1.I: Cannot find or open the file. make[3]: Entering directory `/xxx/gnu/coreutils-5.0.1/objdir/tests/head' cat: ../../../tests/head/idem-0.I: No such file or directory ../../../tests/head/head-tests[57]: ../../../tests/head/idem-0.I: Cannot find or open the file. Dave -- J. David Anglin [EMAIL PROTECTED] National Research Council of Canada (613) 990-0752 (FAX: 952-6602) _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
