[Pkg-shadow-commits] r1643 - upstream/trunk

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sat Jan 5 13:58:56 UTC 2008


Author: nekral-guest
Date: 2008-01-05 13:58:56 +0000 (Sat, 05 Jan 2008)
New Revision: 1643

Modified:
   upstream/trunk/ChangeLog
Log:
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().


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-01-05 13:56:21 UTC (rev 1642)
+++ upstream/trunk/ChangeLog	2008-01-05 13:58:56 UTC (rev 1643)
@@ -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 at centraliens.net>
 




More information about the Pkg-shadow-commits mailing list