[Pkg-shadow-commits] r2623 - upstream/trunk/src

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Fri Apr 10 22:35:32 UTC 2009


Author: nekral-guest
Date: 2009-04-10 22:35:32 +0000 (Fri, 10 Apr 2009)
New Revision: 2623

Modified:
   upstream/trunk/src/useradd.c
Log:
Removed declaration of ep. No more used.
Re-indent.

Modified: upstream/trunk/src/useradd.c
===================================================================
--- upstream/trunk/src/useradd.c	2009-04-10 22:35:26 UTC (rev 2622)
+++ upstream/trunk/src/useradd.c	2009-04-10 22:35:32 UTC (rev 2623)
@@ -276,7 +276,7 @@
 {
 	FILE *fp;
 	char buf[1024];
-	char *cp, *ep;
+	char *cp;
 
 	/*
 	 * Open the defaults file for reading.
@@ -958,8 +958,8 @@
 			{NULL, 0, NULL, '\0'}
 		};
 		while ((c = getopt_long (argc, argv,
-			                 "b:c:d:De:f:g:G:k:K:lmMNop:rs:u:U",
-			                 long_options, NULL)) != -1) {
+		                         "b:c:d:De:f:g:G:k:K:lmMNop:rs:u:U",
+		                         long_options, NULL)) != -1) {
 			switch (c) {
 			case 'b':
 				if (   ( !VALID (optarg) )




More information about the Pkg-shadow-commits mailing list