summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/login.c7
-rw-r--r--lib/libutil/login_tty.c5
-rw-r--r--lib/libutil/logout.c7
-rw-r--r--lib/libutil/logwtmp.c7
-rw-r--r--lib/libutil/pty.c5
5 files changed, 28 insertions, 3 deletions
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 <sys/types.h>
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 <sys/param.h>
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 <sys/types.h>
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 <sys/types.h>
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 <sys/types.h>
OpenPOWER on IntegriCloud