Re: [PATCH] fclose: reduce dependencies

2011-05-03 Thread Simon Josefsson
Eric Blake writes: > In a non-GPL project, the last change to fclose dragged in > inappropriate modules. > > * modules/fclose (Depends-on): Switch from fflush/fseeko to > simpler lseek. > * lib/fclose.c (rpl_fclose): Likewise. > Reported by Simon Josefsson. Thanks. It works for me. /Simon

[PATCH] fclose: reduce dependencies

2011-05-02 Thread Eric Blake
In a non-GPL project, the last change to fclose dragged in inappropriate modules. * modules/fclose (Depends-on): Switch from fflush/fseeko to simpler lseek. * lib/fclose.c (rpl_fclose): Likewise. Reported by Simon Josefsson. Signed-off-by: Eric Blake --- > > Would it be equivalent to do > > >