summaryrefslogtreecommitdiff
path: root/lib/libutil/logwtmp.c
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-06-09 22:18:44 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-06-09 22:18:44 +0000
commit76ca910ee5863ed79f83a2b4f217a1df9f47c18b (patch)
tree49171afbff877381a7d0ba448cd7911c7fb951e5 /lib/libutil/logwtmp.c
parent2fb4e0192533ede27e5237da7214e7d2c7bfbceb (diff)
some -Wall and spaces cleanup, scsi.c left.
some brave soul should look at it.
Diffstat (limited to 'lib/libutil/logwtmp.c')
-rw-r--r--lib/libutil/logwtmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/logwtmp.c b/lib/libutil/logwtmp.c
index cc9df123b09..86a0fabcdd7 100644
--- a/lib/libutil/logwtmp.c
+++ b/lib/libutil/logwtmp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: logwtmp.c,v 1.4 1999/08/17 09:13:13 millert Exp $ */
+/* $OpenBSD: logwtmp.c,v 1.5 2002/06/09 22:18:43 fgsch Exp $ */
/*
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
@@ -34,7 +34,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/* from: static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93"; */
-static char *rcsid = "$Id: logwtmp.c,v 1.4 1999/08/17 09:13:13 millert Exp $";
+static const char rcsid[] = "$Id: logwtmp.c,v 1.5 2002/06/09 22:18:43 fgsch Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>