From fbe74678975b5310a630df0c3d9e81563846cb47 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Sat, 26 Feb 1983 21:24:07 -0800 Subject: [PATCH] oversight SCCS-vsn: sbin/tunefs/tunefs.c 4.2 --- usr/src/sbin/tunefs/tunefs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/sbin/tunefs/tunefs.c b/usr/src/sbin/tunefs/tunefs.c index d6b66e3477..b3d44cc97a 100644 --- a/usr/src/sbin/tunefs/tunefs.c +++ b/usr/src/sbin/tunefs/tunefs.c @@ -1,5 +1,5 @@ #ifndef lint -static char *sccsid = "@(#)tunefs.c 4.1 (Berkeley) %G%"; +static char *sccsid = "@(#)tunefs.c 4.2 (Berkeley) %G%"; #endif lint /* @@ -197,7 +197,7 @@ fatal(fmt, arg1, arg2) char *fmt, *arg1, *arg2; { - fprintf(stderr, "newfs: "); + fprintf(stderr, "tunefs: "); fprintf(stderr, fmt, arg1, arg2); putc('\n', stderr); exit(10); -- 2.20.1