summaryrefslogtreecommitdiff
path: root/logintest.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-04-09 18:13:27 +1000
committerDarren Tucker <dtucker@zip.com.au>2010-04-09 18:13:27 +1000
commit261d93a5cfe7ceecba3daa0e8f827c21dfdc7f23 (patch)
tree62a133a17dc64dbac1a60384f7071ff2951cab39 /logintest.c
parentc4ccb12ee49fc264a95984c2000d2248ad693a2a (diff)
downloadopenssh-git-261d93a5cfe7ceecba3daa0e8f827c21dfdc7f23.tar.gz
- (dtucker) [configure.ac defines.h loginrec.c logintest.c] Bug #1732: enable
utmpx support on FreeBSD where possible. Patch from Ed Schouten, ok djm@
Diffstat (limited to 'logintest.c')
-rw-r--r--logintest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/logintest.c b/logintest.c
index 7e9fbbfb..4897ae0f 100644
--- a/logintest.c
+++ b/logintest.c
@@ -264,7 +264,7 @@ showOptions(void)
printf("\tUSE_UTMP (UTMP_FILE=%s)\n", UTMP_FILE);
#endif
#ifdef USE_UTMPX
- printf("\tUSE_UTMPX (UTMPX_FILE=%s)\n", UTMPX_FILE);
+ printf("\tUSE_UTMPX\n");
#endif
#ifdef USE_WTMP
printf("\tUSE_WTMP (WTMP_FILE=%s)\n", WTMP_FILE);