summaryrefslogtreecommitdiff
path: root/loginrec.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-23 14:12:24 +1100
committerDamien Miller <djm@mindrot.org>2000-09-23 14:12:24 +1100
commit578783e6bfb3cb81a63aa580f5641af010d73c72 (patch)
treef9b01fb303b71973abf07ed4be4b62188fc293cd /loginrec.c
parent9600233f0ff7a15c41da766da2f62b9e76565d71 (diff)
- (djm) Seperate tests for int64_t and u_int64_t types
Diffstat (limited to 'loginrec.c')
-rw-r--r--loginrec.c3
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 @@
161#include "xmalloc.h" 161#include "xmalloc.h"
162#include "loginrec.h" 162#include "loginrec.h"
163 163
164RCSID("$Id: loginrec.c,v 1.24 2000/09/23 02:57:27 djm Exp $"); 164RCSID("$Id: loginrec.c,v 1.25 2000/09/23 03:12:25 djm Exp $");
165 165
166/** 166/**
167 ** prototypes for helper functions in this file 167 ** prototypes for helper functions in this file
@@ -681,7 +681,6 @@ construct_utmpx(struct logininfo *li, struct utmpx *utx)
681 /* this is just a 32-bit IP address */ 681 /* this is just a 32-bit IP address */
682 if (li->hostaddr.sa.sa_family == AF_INET) 682 if (li->hostaddr.sa.sa_family == AF_INET)
683 utx->ut_addr = li->hostaddr.sa_in.sin_addr.s_addr; 683 utx->ut_addr = li->hostaddr.sa_in.sin_addr.s_addr;
684 # endif
685# endif 684# endif
686# ifdef HAVE_SYSLEN_IN_UTMPX 685# ifdef HAVE_SYSLEN_IN_UTMPX
687 /* ut_syslen is the length of the utx_host string */ 686 /* ut_syslen is the length of the utx_host string */