]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
* src/pwck.c: Compile fix for TCB.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 11 Nov 2011 12:00:05 +0000 (12:00 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 11 Nov 2011 12:00:05 +0000 (12:00 +0000)
ChangeLog
src/pwck.c

index a48197a13dab6b2e41d65d8572b3e88f40fd56b3..95f131c8b3cb3b2ab26c2e14d264489c49839b30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-11  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/pwck.c: Compile fix for TCB.
+
 2011-11-11  Nicolas François  <nicolas.francois@centraliens.net>
 
        * libmisc/copydir.c: Avoid conflict with glibc. Rename error to
index 2caf2ee33fa4fee6603a55e398eaf13345e17e61..399799c2ae28576604dc731b3dffce28134570b5 100644 (file)
@@ -154,7 +154,7 @@ static /*@noreturn@*/void usage (int status)
                        "                                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);