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)
- (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 1bf5eeb46..c4e6c4aa9 100644
--- a/loginrec.c
+++ b/loginrec.c
@@ -156,21 +156,11 @@
156 156
157#include "includes.h" 157#include "includes.h"
158 158
159#if HAVE_UTMP_H
160# include <utmp.h>
161#endif
162#if HAVE_UTMPX_H
163# include <utmpx.h>
164#endif
165#if HAVE_LASTLOG_H
166# include <lastlog.h>
167#endif
168
169#include "ssh.h" 159#include "ssh.h"
170#include "xmalloc.h" 160#include "xmalloc.h"
171#include "loginrec.h" 161#include "loginrec.h"
172 162
173RCSID("$Id: loginrec.c,v 1.15 2000/07/09 11:37:49 djm Exp $"); 163RCSID("$Id: loginrec.c,v 1.16 2000/07/09 13:26:28 djm Exp $");
174 164
175/** 165/**
176 ** prototypes for helper functions in this file 166 ** prototypes for helper functions in this file