From: nekral-guest Date: Sat, 11 Apr 2009 16:08:00 +0000 (+0000) Subject: Tag one of the remaining strtol. X-Git-Tag: 4.1.3~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e27f4a91b9ec2b6c27aed1a503f85f673df5bed7;p=thirdparty%2Fshadow.git Tag one of the remaining strtol. --- diff --git a/lib/commonio.c b/lib/commonio.c index c80b9855c..8bad3635a 100644 --- a/lib/commonio.c +++ b/lib/commonio.c @@ -152,6 +152,7 @@ static int do_lock_file (const char *file, const char *lock) return 0; } buf[len] = '\0'; + /* FIXME: use a get_pid */ pid = strtol (buf, (char **) 0, 10); if (0 == pid) { unlink (file);