* src/pwck.c: Compile fix for TCB.

This commit is contained in:
nekral-guest 2011-11-11 12:00:05 +00:00
parent 3bb7c43694
commit f54a68ac76
2 changed files with 5 additions and 1 deletions

View File

@ -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

View 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);