summaryrefslogtreecommitdiff
path: root/loginrec.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2000-11-10 03:28:31 +0000
committerBen Lindstrom <mouring@eviladmin.org>2000-11-10 03:28:31 +0000
commitdcca981e88978f84e404ef718e0e997b518403f0 (patch)
tree8c26f458a9aa31af092d999f5c8573cba086cebb /loginrec.c
parent305fb0018a1485a040eac264527b3fd4557a461a (diff)
Two Ooops. =)
- INSTALL minor correction for s/key - and I forgot to submit loginrec.c even after I put it in the ChangeLog =)
Diffstat (limited to 'loginrec.c')
-rw-r--r--loginrec.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/loginrec.c b/loginrec.c
index 09dea55b9..910524d18 100644
--- a/loginrec.c
+++ b/loginrec.c
@@ -143,7 +143,7 @@
143 ** Solaris 143 ** Solaris
144 ** HP-UX 10.20 (gcc only) 144 ** HP-UX 10.20 (gcc only)
145 ** IRIX 145 ** IRIX
146 ** NeXT - M68k/HPPA (4.2/3.3) 146 ** NeXT - M68k/HPPA/Sparc (4.2/3.3)
147 ** 147 **
148 ** Testing required: Please send reports! 148 ** Testing required: Please send reports!
149 ** NetBSD 149 ** NetBSD
@@ -161,7 +161,11 @@
161#include "xmalloc.h" 161#include "xmalloc.h"
162#include "loginrec.h" 162#include "loginrec.h"
163 163
164RCSID("$Id: loginrec.c,v 1.26 2000/09/30 10:34:44 djm Exp $"); 164RCSID("$Id: loginrec.c,v 1.27 2000/11/10 03:28:31 mouring Exp $");
165
166#ifdef HAVE_UTIL_H
167# include <util.h>
168#endif
165 169
166/** 170/**
167 ** prototypes for helper functions in this file 171 ** prototypes for helper functions in this file