From: nekral-guest Date: Fri, 11 Nov 2011 12:00:05 +0000 (+0000) Subject: * src/pwck.c: Compile fix for TCB. X-Git-Tag: 4.1.5~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f54a68ac76c67b44acc78d5b13c9f6a45036d1b1;p=thirdparty%2Fshadow.git * src/pwck.c: Compile fix for TCB. --- diff --git a/ChangeLog b/ChangeLog index a48197a13..95f131c8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-11-11 Nicolas François + + * src/pwck.c: Compile fix for TCB. + 2011-11-11 Nicolas François * libmisc/copydir.c: Avoid conflict with glibc. Rename error to diff --git a/src/pwck.c b/src/pwck.c index 2caf2ee33..399799c2a 100644 --- a/src/pwck.c +++ b/src/pwck.c @@ -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);