diff options
author | Ed Schouten <ed@80386.nl> | 2011-06-22 00:10:17 +0200 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-06-24 20:56:31 -0700 |
commit | aad7bed11410413b186e0d5af1783686405b47e6 (patch) | |
tree | 24e00ca6110438a6320371748f29491e329cf683 /sessreg.c | |
parent | 1e20098384961230c3652078fed09e77b2ba2808 (diff) |
Fix typo in function name check.
Signed-off-by: Ed Schouten <ed@80386.nl>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'sessreg.c')
-rw-r--r-- | sessreg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |