"John David Anglin" <[EMAIL PROTECTED]> wrote: > Here is an updated patch that allows building 5.0.1 under ultrix 4.3.
Thanks, but wouldn't the new part of your stat.c patch make it fail to compile on Ultrix 4.4? The code makes me think that ultrix-4.4 lacks one of sys/mount.h and sys/param.h. As such, it'd never include the three headers it needs. I wonder if it's worth jumping through hoops for an old system like Ultrix 4.3 that so few people care about. --------- Would you please see if <stddef.h> works in place of <sys/types.h> in those two files? > The changes needed to stat.c appear fragile. Probably, a better > approach would be a configure test to determine which headers need > to be included. > > I am seeing problems running the testsuite. Files are not being found > in a number of the tests. Building from CVS, I presume? _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
