summaryrefslogtreecommitdiff
path: root/login.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-25 13:08:31 +1100
committerDamien Miller <djm@mindrot.org>1999-11-25 13:08:31 +1100
commit063fdf82755e53b5a2cf5265aaa654969b23b459 (patch)
tree03686b2d3c1be5990c412720de4ff889f734c702 /login.c
parentd8087f62d6974c812fb956429ec0dba801ab66d3 (diff)
- Merged beginnings of AIX support from Tor-Ake Fransson <torake@hotmail.com>
Diffstat (limited to 'login.c')
-rw-r--r--login.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/login.c b/login.c
index ddd58ff67..81bae8205 100644
--- a/login.c
+++ b/login.c
@@ -18,7 +18,7 @@
18 */ 18 */
19 19
20#include "includes.h" 20#include "includes.h"
21RCSID("$Id: login.c,v 1.4 1999/11/25 00:54:59 damien Exp $"); 21RCSID("$Id: login.c,v 1.5 1999/11/25 02:08:31 damien Exp $");
22 22
23#include <utmp.h> 23#include <utmp.h>
24#include "ssh.h" 24#include "ssh.h"
@@ -29,6 +29,9 @@ RCSID("$Id: login.c,v 1.4 1999/11/25 00:54:59 damien Exp $");
29#ifdef HAVE_LASTLOG_H 29#ifdef HAVE_LASTLOG_H
30# include <lastlog.h> 30# include <lastlog.h>
31#endif 31#endif
32#ifdef HAVE_LOGIN_H
33# include <login.h>
34#endif
32 35
33/* 36/*
34 * Returns the time when the user last logged in. Returns 0 if the 37 * Returns the time when the user last logged in. Returns 0 if the