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/fparseln.c | |
parent | 2fb4e0192533ede27e5237da7214e7d2c7bfbceb (diff) |
some -Wall and spaces cleanup, scsi.c left.
some brave soul should look at it.
Diffstat (limited to 'lib/libutil/fparseln.c')
-rw-r--r-- | lib/libutil/fparseln.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/fparseln.c b/lib/libutil/fparseln.c index 63c4e85121b..ceb1143b049 100644 --- a/lib/libutil/fparseln.c +++ b/lib/libutil/fparseln.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fparseln.c,v 1.3 2002/02/16 21:27:29 millert Exp $ +/* $OpenBSD: fparseln.c,v 1.4 2002/06/09 22:18:43 fgsch Exp $ */ /* $NetBSD: fparseln.c,v 1.7 1999/07/02 15:49:12 simonb Exp $ */ /* @@ -31,7 +31,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: fparseln.c,v 1.3 2002/02/16 21:27:29 millert Exp $"; +static const char rcsid[] = "$OpenBSD: fparseln.c,v 1.4 2002/06/09 22:18:43 fgsch Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> |