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?

-- 
albert chin ([EMAIL PROTECTED])


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to