From dcca981e88978f84e404ef718e0e997b518403f0 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 10 Nov 2000 03:28:31 +0000 Subject: Two Ooops. =) - INSTALL minor correction for s/key - and I forgot to submit loginrec.c even after I put it in the ChangeLog =) --- loginrec.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'loginrec.c') diff --git a/loginrec.c b/loginrec.c index 09dea55b..910524d1 100644 --- a/loginrec.c +++ b/loginrec.c @@ -143,7 +143,7 @@ ** Solaris ** HP-UX 10.20 (gcc only) ** IRIX - ** NeXT - M68k/HPPA (4.2/3.3) + ** NeXT - M68k/HPPA/Sparc (4.2/3.3) ** ** Testing required: Please send reports! ** NetBSD @@ -161,7 +161,11 @@ #include "xmalloc.h" #include "loginrec.h" -RCSID("$Id: loginrec.c,v 1.26 2000/09/30 10:34:44 djm Exp $"); +RCSID("$Id: loginrec.c,v 1.27 2000/11/10 03:28:31 mouring Exp $"); + +#ifdef HAVE_UTIL_H +# include +#endif /** ** prototypes for helper functions in this file -- cgit v1.2.3