From 233c33ec5061c22ff2ffc113a9f5520434a0bfd9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 24 Jul 2011 12:37:25 +0200 Subject: [PATCH] close: No longer depend on module 'fclose'. * modules/close (Depends-on): Remove fclose. --- ChangeLog | 6 ++++++ NEWS | 6 ++++++ modules/close | 1 - 3 files changed, 12 insertions(+), 1 deletion(-) 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 -- 2.30.2