diff options
| author | Steve Price <steve@FreeBSD.org> | 1997-08-13 20:42:18 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1997-08-13 20:42:18 +0000 |
| commit | 673b7946387a9649bed5c591373acb2b41011f40 (patch) | |
| tree | 0d019b3a759046c056a4d3b424bab37070faffca /lib | |
| parent | 3d0a7bc3b8b494a9139713bef47e9c24f8021391 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libutil/login.c | 7 | ||||
| -rw-r--r-- | lib/libutil/login_tty.c | 5 | ||||
| -rw-r--r-- | lib/libutil/logout.c | 7 | ||||
| -rw-r--r-- | lib/libutil/logwtmp.c | 7 | ||||
| -rw-r--r-- | lib/libutil/pty.c | 5 |
5 files changed, 28 insertions, 3 deletions
diff --git a/lib/libutil/login.c b/lib/libutil/login.c index 3e68563a9113a..235f271e8af6b 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 <sys/types.h> diff --git a/lib/libutil/login_tty.c b/lib/libutil/login_tty.c index a5b19ba1c2b72..06072f003a139 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 <sys/param.h> diff --git a/lib/libutil/logout.c b/lib/libutil/logout.c index d8cf3c870249a..0d3bf055c1a5d 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 <sys/types.h> diff --git a/lib/libutil/logwtmp.c b/lib/libutil/logwtmp.c index a19e6518beb57..c0357b2ac850c 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 <sys/types.h> diff --git a/lib/libutil/pty.c b/lib/libutil/pty.c index b00d687201820..57e684c9e0d38 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 <sys/types.h> |
