From 4102fc6259017596ce968a211289d94f499fdf3f Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 13 Aug 1997 20:42:18 +0000 Subject: Protect the copyright comments from reformatting by indent and make this compile -Wall clean like the Makefile suggests that it should. :) Pointed out by: Bruce Evans --- lib/libutil/login.c | 7 ++++++- lib/libutil/login_tty.c | 5 +++++ lib/libutil/logout.c | 7 ++++++- lib/libutil/logwtmp.c | 7 ++++++- lib/libutil/pty.c | 5 +++++ 5 files changed, 28 insertions(+), 3 deletions(-) (limited to 'lib/libutil') diff --git a/lib/libutil/login.c b/lib/libutil/login.c index 3e68563..235f271 100644 --- a/lib/libutil/login.c +++ b/lib/libutil/login.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * @@ -32,7 +32,12 @@ */ #if defined(LIBC_SCCS) && !defined(lint) +#if 0 static char sccsid[] = "@(#)login.c 8.1 (Berkeley) 6/4/93"; +#else +static const char rcsid[] = + "$Id$"; +#endif #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/libutil/login_tty.c b/lib/libutil/login_tty.c index a5b19ba..06072f0 100644 --- a/lib/libutil/login_tty.c +++ b/lib/libutil/login_tty.c @@ -32,7 +32,12 @@ */ #if defined(LIBC_SCCS) && !defined(lint) +#if 0 static char sccsid[] = "@(#)login_tty.c 8.1 (Berkeley) 6/4/93"; +#else +static const char rcsid[] = + "$Id$"; +#endif #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/libutil/logout.c b/lib/libutil/logout.c index d8cf3c8..0d3bf05 100644 --- a/lib/libutil/logout.c +++ b/lib/libutil/logout.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * @@ -32,7 +32,12 @@ */ #if defined(LIBC_SCCS) && !defined(lint) +#if 0 static char sccsid[] = "@(#)logout.c 8.1 (Berkeley) 6/4/93"; +#else +static const char rcsid[] = + "$Id$"; +#endif #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/libutil/logwtmp.c b/lib/libutil/logwtmp.c index a19e651..c0357b2 100644 --- a/lib/libutil/logwtmp.c +++ b/lib/libutil/logwtmp.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * @@ -32,7 +32,12 @@ */ #if defined(LIBC_SCCS) && !defined(lint) +#if 0 static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93"; +#else +static const char rcsid[] = + "$Id$"; +#endif #endif /* LIBC_SCCS and not lint */ #include diff --git a/lib/libutil/pty.c b/lib/libutil/pty.c index b00d687..57e684c 100644 --- a/lib/libutil/pty.c +++ b/lib/libutil/pty.c @@ -32,7 +32,12 @@ */ #if defined(LIBC_SCCS) && !defined(lint) +#if 0 static char sccsid[] = "@(#)pty.c 8.3 (Berkeley) 5/16/94"; +#else +static const char rcsid[] = + "$Id$"; +#endif #endif /* LIBC_SCCS and not lint */ #include -- cgit v1.1