Re: [PATCH] fclose: reduce dependencies

2011-05-03 Thread Simon Josefsson
Eric Blake ebl...@redhat.com 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.

[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 ebl...@redhat.com --- Would it be