[Pkg-shadow-commits] r2314 - in upstream/trunk: . src

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sun Aug 31 17:27:57 UTC 2008


Author: nekral-guest
Date: 2008-08-31 17:27:56 +0000 (Sun, 31 Aug 2008)
New Revision: 2314

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/chgpasswd.c
   upstream/trunk/src/chpasswd.c
Log:
	* src/chgpasswd.c, src/chpasswd.c: Removed variable ok, which is
	no more used.

Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-08-31 17:27:47 UTC (rev 2313)
+++ upstream/trunk/ChangeLog	2008-08-31 17:27:56 UTC (rev 2314)
@@ -1,5 +1,10 @@
 2008-08-28  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* src/chgpasswd.c, src/chpasswd.c: Removed variable ok, which is
+	no more used.
+
+2008-08-28  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* src/chage.c: Fix the format for long integers (from %ul to %lu).
 
 2008-08-28  Nicolas François  <nicolas.francois at centraliens.net>

Modified: upstream/trunk/src/chgpasswd.c
===================================================================
--- upstream/trunk/src/chgpasswd.c	2008-08-31 17:27:47 UTC (rev 2313)
+++ upstream/trunk/src/chgpasswd.c	2008-08-31 17:27:56 UTC (rev 2314)
@@ -374,7 +374,6 @@
 	struct group newgr;
 	int errors = 0;
 	int line = 0;
-	int ok;
 
 	Prog = Basename (argv[0]);
 

Modified: upstream/trunk/src/chpasswd.c
===================================================================
--- upstream/trunk/src/chpasswd.c	2008-08-31 17:27:47 UTC (rev 2313)
+++ upstream/trunk/src/chpasswd.c	2008-08-31 17:27:56 UTC (rev 2314)
@@ -364,7 +364,6 @@
 	int errors = 0;
 	int line = 0;
 	long now = (long) time ((time_t *)NULL) / SCALE;
-	int ok;
 
 	Prog = Basename (argv[0]);
 




More information about the Pkg-shadow-commits mailing list