diff options
author | Damien Miller <djm@mindrot.org> | 2000-09-23 05:12:24 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-09-23 05:12:24 +0200 |
commit | 578783e6bfb3cb81a63aa580f5641af010d73c72 (patch) | |
tree | f9b01fb303b71973abf07ed4be4b62188fc293cd /loginrec.c | |
parent | - (djm) Redhat spec and manpage fixes from Pekka Savola <pekkas@netcore.fi> (diff) | |
download | openssh-578783e6bfb3cb81a63aa580f5641af010d73c72.tar.xz openssh-578783e6bfb3cb81a63aa580f5641af010d73c72.zip |
- (djm) Seperate tests for int64_t and u_int64_t types
Diffstat (limited to 'loginrec.c')
-rw-r--r-- | loginrec.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/loginrec.c b/loginrec.c index 460f551b2..22c2be1e5 100644 --- a/loginrec.c +++ b/loginrec.c @@ -161,7 +161,7 @@ #include "xmalloc.h" #include "loginrec.h" -RCSID("$Id: loginrec.c,v 1.24 2000/09/23 02:57:27 djm Exp $"); +RCSID("$Id: loginrec.c,v 1.25 2000/09/23 03:12:25 djm Exp $"); /** ** prototypes for helper functions in this file @@ -681,7 +681,6 @@ construct_utmpx(struct logininfo *li, struct utmpx *utx) /* this is just a 32-bit IP address */ if (li->hostaddr.sa.sa_family == AF_INET) utx->ut_addr = li->hostaddr.sa_in.sin_addr.s_addr; - # endif # endif # ifdef HAVE_SYSLEN_IN_UTMPX /* ut_syslen is the length of the utx_host string */ |