From 31abc9addbf23675eb094638c83c6279437b6a50 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 9 Jul 2000 23:26:27 +1000 Subject: - (djm) More NeXT compatibility from Ben Lindstrom Including sigaction() et al. replacements --- loginrec.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'loginrec.c') 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 -#endif -#if HAVE_UTMPX_H -# include -#endif -#if HAVE_LASTLOG_H -# include -#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 -- cgit v1.2.3