summaryrefslogtreecommitdiff
path: root/lib/libutil/login.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/login.c
parent2fb4e0192533ede27e5237da7214e7d2c7bfbceb (diff)
some -Wall and spaces cleanup, scsi.c left.
some brave soul should look at it.
Diffstat (limited to 'lib/libutil/login.c')
-rw-r--r--lib/libutil/login.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/login.c b/lib/libutil/login.c
index ae76b8a25bd..b82b58d9379 100644
--- a/lib/libutil/login.c
+++ b/lib/libutil/login.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: login.c,v 1.6 2001/02/05 09:46:50 deraadt Exp $ */
+/* $OpenBSD: login.c,v 1.7 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[] = "@(#)login.c 8.1 (Berkeley) 6/4/93"; */
-static char *rcsid = "$Id: login.c,v 1.6 2001/02/05 09:46:50 deraadt Exp $";
+static const char rcsid[] = "$Id: login.c,v 1.7 2002/06/09 22:18:43 fgsch Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>