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

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Sat Apr 11 16:08:01 UTC 2009


Author: nekral-guest
Date: 2009-04-11 16:08:00 +0000 (Sat, 11 Apr 2009)
New Revision: 2645

Modified:
   upstream/trunk/lib/commonio.c
Log:
Tag one of the remaining strtol.


Modified: upstream/trunk/lib/commonio.c
===================================================================
--- upstream/trunk/lib/commonio.c	2009-04-11 16:00:45 UTC (rev 2644)
+++ upstream/trunk/lib/commonio.c	2009-04-11 16:08:00 UTC (rev 2645)
@@ -152,6 +152,7 @@
 		return 0;
 	}
 	buf[len] = '\0';
+	/* FIXME: use a get_pid */
 	pid = strtol (buf, (char **) 0, 10);
 	if (0 == pid) {
 		unlink (file);




More information about the Pkg-shadow-commits mailing list