Date: Tue, 6 Apr 1999 15:17:51 +0930 From: Greg Lehey <grog@lemis.com> To: Zulkarnain <zul@pinto.unsyiah.ac.id>, freebsd-questions@FreeBSD.ORG Subject: Re: lastlog.h Message-ID: <19990406151751.C2142@lemis.com> In-Reply-To: <Pine.BSF.4.01.9904061124400.3406-100000@pinto.unsyiah.ac.id>; from Zulkarnain on Tue, Apr 06, 1999 at 11:30:30AM %2B0000 References: <Pine.BSF.4.01.9904061124400.3406-100000@pinto.unsyiah.ac.id>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday, 6 April 1999 at 11:30:30 +0000, Zulkarnain wrote:
> I need "lastlog.h" to compile a program.
> Any one know where I can get it ??
That depends on your program. lastlog.h hasn't been used in BSD since
3BSD (about 1980). There's a System V version which contains the
following license information:
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF */
/* UNIX System Laboratories, Inc. */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
PROPRIETARY NOTICE (Combined)
This source code is unpublished proprietary information
constituting, or derived under license from AT&T's UNIX(r) System V.
In addition, portions of such source code were derived from Berkeley
4.3 BSD under license from the Regents of the University of
California.
For that reason, I can't give you the information. I can, however,
tell you that the same information is contained in FreeBSD's
/usr/include/utmp.h. I'd suggest this:
# cd /usr/include
# ln utmp.h lastlog.h
That may still give you problems, but there's a good chance it will
work.
Greg
--
When replying to this message, please copy the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address, home page and phone numbers
finger grog@lemis.com for PGP public key
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990406151751.C2142>
