summaryrefslogtreecommitdiffstats
path: root/lib/libutil/logout.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libutil/logout.c')
-rw-r--r--lib/libutil/logout.c7
1 files changed, 6 insertions, 1 deletions
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>
OpenPOWER on IntegriCloud