From: Bruno Haible Date: Sun, 24 Jul 2011 10:37:25 +0000 (+0200) Subject: close: No longer depend on module 'fclose'. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=233c33ec5061c22ff2ffc113a9f5520434a0bfd9;p=pspp close: No longer depend on module 'fclose'. * modules/close (Depends-on): Remove fclose. --- diff --git a/ChangeLog b/ChangeLog index 96e21ced5d..6e9d2a3d63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-07-24 Bruno Haible + + close: No longer depend on module 'fclose'. + * modules/close (Depends-on): Remove fclose. + * NEWS: Mention the change. + 2011-07-24 Bruno Haible fsusage: Enable large volume support on AIX >= 5.2. diff --git a/NEWS b/NEWS index 60ae98a0f5..35df925e8e 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,12 @@ User visible incompatible changes Date Modules Changes +2011-07-24 close This module no longer pulls in the 'fclose' module. + If your code creates a socket descriptor using + socket() or accept(), then a FILE stream referring + to it using fdopen(), then in order to close this + stream, you need the 'fclose' module. + 2011-07-12 arg-nonnull Renamed to snippet/arg-nonnull. c++defs Renamed to snippet/c++defs. link-warning Renamed to snippet/link-warning. diff --git a/modules/close b/modules/close index cbfa08059f..9f1028b990 100644 --- a/modules/close +++ b/modules/close @@ -8,7 +8,6 @@ m4/close.m4 Depends-on: unistd fd-hook [test $REPLACE_CLOSE = 1] -fclose configure.ac: gl_FUNC_CLOSE