On Fri, Feb 09, 2007 at 05:05:25PM -0600, Albert Chin wrote: > fseeko() exists on HP-UX 11.23, but only if -D_LARGEFILE_SOURCE. > However, src/od.c uses fseeko() without -D_LARGEFILE_SOURCE. > Therefore, fseeko() is used without the correct function prototype. > > Ditto with ftello() in src/shuf.c. > > So, what's the best way to fix?
Ok, I see that AC_FUNC_FSEEKO is fixed in autoconf CVS. _LARGEFILE_SOURCE is now set on HP-UX 11.23/PA to expose fseeko/ftello by AC_FUNC_FSEEKO. -- albert chin ([EMAIL PROTECTED]) _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
