From owner-freebsd-questions Mon Apr 5 22:50:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 6983114C12 for ; Mon, 5 Apr 1999 22:50:05 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id PAA06564; Tue, 6 Apr 1999 15:17:52 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id PAA10663; Tue, 6 Apr 1999 15:17:52 +0930 (CST) Message-ID: <19990406151751.C2142@lemis.com> Date: Tue, 6 Apr 1999 15:17:51 +0930 From: Greg Lehey To: Zulkarnain , freebsd-questions@FreeBSD.ORG Subject: Re: lastlog.h References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Zulkarnain on Tue, Apr 06, 1999 at 11:30:30AM +0000 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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