Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.bin/mkstr Pull up revision 1.9 (requested by he):
details: https://anonhg.NetBSD.org/src/rev/57349fbccd04
branches: netbsd-1-4
changeset: 471077:57349fbccd04
user: he <he%NetBSD.org@localhost>
date: Thu Oct 19 16:31:59 2000 +0000
description:
Pull up revision 1.9 (requested by he):
Format string cleanup.
diffstat:
usr.bin/mkstr/mkstr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f093137d080e -r 57349fbccd04 usr.bin/mkstr/mkstr.c
--- a/usr.bin/mkstr/mkstr.c Thu Oct 19 16:31:57 2000 +0000
+++ b/usr.bin/mkstr/mkstr.c Thu Oct 19 16:31:59 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mkstr.c,v 1.8 1997/10/19 14:12:34 mrg Exp $ */
+/* $NetBSD: mkstr.c,v 1.8.4.1 2000/10/19 16:31:59 he Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)mkstr.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: mkstr.c,v 1.8 1997/10/19 14:12:34 mrg Exp $");
+__RCSID("$NetBSD: mkstr.c,v 1.8.4.1 2000/10/19 16:31:59 he Exp $");
#endif
#endif /* not lint */
@@ -82,7 +82,7 @@
FILE *mesgread, *mesgwrite;
char *progname;
-char usagestr[] = "usage: %s [ - ] mesgfile prefix file ...\n";
+const char usagestr[] = "usage: %s [ - ] mesgfile prefix file ...\n";
char name[100], *np;
void process __P((void));
Home |
Main Index |
Thread Index |
Old Index