]> granicus.if.org Git - shadow/commitdiff
Changelog entry forgotten in previous src/gshadow.c commit:
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 13:58:56 +0000 (13:58 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 5 Jan 2008 13:58:56 +0000 (13:58 +0000)
 * list() is an external function. DO not shadow it
   with a static function. The internal list() was renamed
   build_list().

ChangeLog

index 1ca93c078c8062d63e7d139b096f2f740694b1c4..d04f8c3e7d712bde175feac20ffa3b8f2412e08d 100644 (file)
--- 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  <nicolas.francois@centraliens.net>