summaryrefslogtreecommitdiff
path: root/loginrec.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-09 23:26:27 +1000
committerDamien Miller <djm@mindrot.org>2000-07-09 23:26:27 +1000
commit31abc9addbf23675eb094638c83c6279437b6a50 (patch)
treeac10a4aab8b155fef8dd81072a5213327496d347 /loginrec.c
parentf9b625c36e3dea521c02919e90ac2ddcfd19b06a (diff)
downloadopenssh-git-31abc9addbf23675eb094638c83c6279437b6a50.tar.gz
- (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
Including sigaction() et al. replacements
Diffstat (limited to 'loginrec.c')
-rw-r--r--loginrec.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/loginrec.c b/loginrec.c
index 1bf5eeb4..c4e6c4aa 100644
--- a/loginrec.c
+++ b/loginrec.c
@@ -156,21 +156,11 @@
#include "includes.h"
-#if HAVE_UTMP_H
-# include <utmp.h>
-#endif
-#if HAVE_UTMPX_H
-# include <utmpx.h>
-#endif
-#if HAVE_LASTLOG_H
-# include <lastlog.h>
-#endif
-
#include "ssh.h"
#include "xmalloc.h"
#include "loginrec.h"
-RCSID("$Id: loginrec.c,v 1.15 2000/07/09 11:37:49 djm Exp $");
+RCSID("$Id: loginrec.c,v 1.16 2000/07/09 13:26:28 djm Exp $");
/**
** prototypes for helper functions in this file