bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Use of fseeko() in coreutils-6.7 on HP-UX 11.23/PA


From: Albert Chin
Subject: Use of fseeko() in coreutils-6.7 on HP-UX 11.23/PA
Date: Fri, 9 Feb 2007 17:05:25 -0600
User-agent: Mutt/1.5.6i

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 (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]