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

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Fri Nov 11 12:00:05 UTC 2011


Author: nekral-guest
Date: 2011-11-11 12:00:05 +0000 (Fri, 11 Nov 2011)
New Revision: 3572

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/pwck.c
Log:
	* src/pwck.c: Compile fix for TCB.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2011-11-11 11:59:21 UTC (rev 3571)
+++ upstream/trunk/ChangeLog	2011-11-11 12:00:05 UTC (rev 3572)
@@ -1,5 +1,9 @@
 2011-11-11  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* src/pwck.c: Compile fix for TCB.
+
+2011-11-11  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* libmisc/copydir.c: Avoid conflict with glibc. Rename error to
 	error_acl.
 

Modified: upstream/trunk/src/pwck.c
===================================================================
--- upstream/trunk/src/pwck.c	2011-11-11 11:59:21 UTC (rev 3571)
+++ upstream/trunk/src/pwck.c	2011-11-11 12:00:05 UTC (rev 3572)
@@ -154,7 +154,7 @@
 	                "                                but do not change files\n"), usageout);
 	(void) fputs (_("  -R, --root CHROOT_DIR         directory to chroot into\n"), usageout);
 #ifdef WITH_TCB
-	if (!getdef_bool ("USE_TCB")) {
+	if (!getdef_bool ("USE_TCB"))
 #endif				/* !WITH_TCB */
 	{
 		(void) fputs (_("  -s, --sort                    sort entries by UID\n"), usageout);




More information about the Pkg-shadow-commits mailing list