mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-20 14:26:59 +00:00
reconditionalized
SCCS-file: logwtmp.c SCCS-SID: 1.2
This commit is contained in:
committed by
Paul Eggert
parent
286abb3871
commit
c469d83176
13
logwtmp.c
13
logwtmp.c
@ -1,3 +1,10 @@
|
||||
#ifndef lint
|
||||
#ifndef NOID
|
||||
static char elsieid[] = "%W%";
|
||||
/* As received from UCB, with SCCSID reconditionalized. */
|
||||
#endif /* !defined NOID */
|
||||
#endif /* !defined lint */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
@ -15,9 +22,11 @@
|
||||
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
*/
|
||||
|
||||
#if defined(LIBC_SCCS) && !defined(lint)
|
||||
#ifndef lint
|
||||
#ifdef LIBC_SCCS
|
||||
static char sccsid[] = "@(#)logwtmp.c 5.2 (Berkeley) 9/20/88";
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
#endif /* defined LIBC_SCCS */
|
||||
#endif /* !defined lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/file.h>
|
||||
|
||||
Reference in New Issue
Block a user