H. Peter Anvin <hpa@xxxxxxxxx> wrote: > Mark Mentovai wrote: >> - open64 is not present although the stat64 family is, separate the >> autoconf checks > > This seems like the Wrong Thing anyway; the right thing should be to add > whatever option (like -D_FILE_OFFSET_BITS=64 on Linux) to do > *everything* using the full-sized offsets. Actually there is a reason for this. Not all open(2) calls in dash need large file support. For example, doing it on a shell script or /dev/null makes no sense. Only those dealing with user files (redirections) need large file support. So that's we need to differentiate between open(2) calls on user files as opposed to those for dash itself. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe dash" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html