summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Schouten <ed@80386.nl>2011-06-22 00:10:17 +0200
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-06-24 20:56:31 -0700
commitaad7bed11410413b186e0d5af1783686405b47e6 (patch)
tree24e00ca6110438a6320371748f29491e329cf683
parent1e20098384961230c3652078fed09e77b2ba2808 (diff)
Fix typo in function name check.
Signed-off-by: Ed Schouten <ed@80386.nl> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--sessreg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sessreg.c b/sessreg.c
index 08da1ab..5b0fb87 100644
--- a/sessreg.c
+++ b/sessreg.c
@@ -313,7 +313,7 @@ main (int argc, char **argv)
if (!utmp_none) {
#ifdef USE_UTMPX
-# ifdef HAVE_UTMPX_NAME
+# ifdef HAVE_UTMPXNAME
if (utmpx_file != NULL)
# endif
{