summaryrefslogtreecommitdiffstats
path: root/lib/libutil/logwtmp.c
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1997-08-13 20:42:18 +0000
committersteve <steve@FreeBSD.org>1997-08-13 20:42:18 +0000
commit4102fc6259017596ce968a211289d94f499fdf3f (patch)
treed3d2145bdaed078b156b57c6d3bce226d88f7ced /lib/libutil/logwtmp.c
parent0d371398d74dd205808caafce0fe3b2e440ef9ec (diff)
downloadFreeBSD-src-4102fc6259017596ce968a211289d94f499fdf3f.zip
FreeBSD-src-4102fc6259017596ce968a211289d94f499fdf3f.tar.gz
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 <bde@zeta.org.au>
Diffstat (limited to 'lib/libutil/logwtmp.c')
-rw-r--r--lib/libutil/logwtmp.c7
1 files changed, 6 insertions, 1 deletions
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>
OpenPOWER on IntegriCloud