On Tue, Jul 24, 2007 at 01:44:31PM -0600, Eric Blake wrote:
> If gnulib's approach does not work on DragonFly, you are welcome to patch
> either DragonFly to comply with POSIX, or submit a patch to gnulib so that
> gnulib's approach will work on DragonFly.
Attached is a replacement version of fflu
Joerg Sonnenberger wrote:
> Attached is a replacement version of fflush that is the least intrusive
> version I can think of. No further replacements for ftello/fseeko are
> needed. It should work with all BSD derived stdio implementations,
> directly tested are NetBSD and DragonFly.
Thanks for th
On Sat, Jul 28, 2007 at 12:11:24AM +0200, Bruno Haible wrote:
> - restores the previous flags after calling fseeko. Setting __SNPT
> means to disable block-aligned reading for *all* future fseek calls,
> but we need it only for the next one.
Be careful, this breaks the intention. If you