From: nekral-guest Date: Sat, 5 Jan 2008 13:58:56 +0000 (+0000) Subject: Changelog entry forgotten in previous src/gshadow.c commit: X-Git-Tag: 4.1.1~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=616ad5252d5f8b294342787087cbed9f3cdf99dc;p=shadow Changelog entry forgotten in previous src/gshadow.c commit: * list() is an external function. DO not shadow it with a static function. The internal list() was renamed build_list(). --- diff --git a/ChangeLog b/ChangeLog index 1ca93c07..d04f8c3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,9 @@ * lib/gshadow.c: The prototypes of fgetsx() and fputsx() are already defined in prototypes.h. Remove the declaration of these functions. + * lib/gshdow.c: list() is an external function. DO not shadow it + with a static function. The internal list() was renamed + build_list(). 2008-01-01 Nicolas François