From c469d83176cd03142f7cf2650b760b6e7ca2e26f Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Sun, 5 Mar 1989 18:18:52 -0500 Subject: [PATCH] reconditionalized SCCS-file: logwtmp.c SCCS-SID: 1.2 --- logwtmp.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/logwtmp.c b/logwtmp.c index 5e610b1..d1117b1 100644 --- a/logwtmp.c +++ b/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 #include