[Pkg-shadow-commits] r2762 - upstream/trunk/lib

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Wed Apr 22 21:33:09 UTC 2009


Author: nekral-guest
Date: 2009-04-22 21:33:09 +0000 (Wed, 22 Apr 2009)
New Revision: 2762

Modified:
   upstream/trunk/lib/shadowio.c
Log:
Fix typo.


Modified: upstream/trunk/lib/shadowio.c
===================================================================
--- upstream/trunk/lib/shadowio.c	2009-04-22 21:22:32 UTC (rev 2761)
+++ upstream/trunk/lib/shadowio.c	2009-04-22 21:33:09 UTC (rev 2762)
@@ -49,7 +49,7 @@
 	return __spw_dup (sp);
 }
 
-static void shadow_free (/*@out*//*@only@*/void *ent)
+static void shadow_free (/*@out@*//*@only@*/void *ent)
 {
 	struct spwd *sp = ent;
 




More information about the Pkg-shadow-commits mailing list