diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-09 22:18:44 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-09 22:18:44 +0000 |
commit | 76ca910ee5863ed79f83a2b4f217a1df9f47c18b (patch) | |
tree | 49171afbff877381a7d0ba448cd7911c7fb951e5 /lib/libutil/login_tty.c | |
parent | 2fb4e0192533ede27e5237da7214e7d2c7bfbceb (diff) |
some -Wall and spaces cleanup, scsi.c left.
some brave soul should look at it.
Diffstat (limited to 'lib/libutil/login_tty.c')
-rw-r--r-- | lib/libutil/login_tty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/login_tty.c b/lib/libutil/login_tty.c index 8b88f4f6577..b6580eb20f3 100644 --- a/lib/libutil/login_tty.c +++ b/lib/libutil/login_tty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: login_tty.c,v 1.3 1996/06/17 07:46:02 downsj Exp $ */ +/* $OpenBSD: login_tty.c,v 1.4 2002/06/09 22:18:43 fgsch Exp $ */ /*- * Copyright (c) 1990, 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_tty.c 8.1 (Berkeley) 6/4/93"; */ -static char *rcsid = "$Id: login_tty.c,v 1.3 1996/06/17 07:46:02 downsj Exp $"; +static const char rcsid[] = "$Id: login_tty.c,v 1.4 2002/06/09 22:18:43 fgsch Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> |