From a3080929e9d7b1a77d9a5f7d70f9964d5ed229f3 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Tue, 12 Feb 2002 22:28:03 +0000 Subject: while im here; clean -Wall. --- sbin/tunefs/tunefs.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sbin/tunefs') diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index 837db967fc6..c8c140bff52 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tunefs.c,v 1.17 2002/02/12 22:22:32 fgsch Exp $ */ +/* $OpenBSD: tunefs.c,v 1.18 2002/02/12 22:28:02 fgsch Exp $ */ /* $NetBSD: tunefs.c,v 1.10 1995/03/18 15:01:31 cgd Exp $ */ /* @@ -35,7 +35,7 @@ */ #ifndef lint -static char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1983, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ @@ -44,7 +44,8 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)tunefs.c 8.2 (Berkeley) 4/19/94"; #else -static char rcsid[] = "$OpenBSD: tunefs.c,v 1.17 2002/02/12 22:22:32 fgsch Exp $"; +static const char rcsid[] = + "$OpenBSD: tunefs.c,v 1.18 2002/02/12 22:28:02 fgsch Exp $"; #endif #endif /* not lint */ -- cgit v1.2.3