Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sbin/newfs Pull up revision 1.39 (requested by is):
details: https://anonhg.NetBSD.org/src/rev/201aafeb088b
branches: netbsd-1-4
changeset: 470993:201aafeb088b
user: he <he%NetBSD.org@localhost>
date: Tue Oct 10 22:25:05 2000 +0000
description:
Pull up revision 1.39 (requested by is):
Format string cleanup.
diffstat:
sbin/newfs/newfs.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r bceda89df610 -r 201aafeb088b sbin/newfs/newfs.c
--- a/sbin/newfs/newfs.c Tue Oct 10 22:25:02 2000 +0000
+++ b/sbin/newfs/newfs.c Tue Oct 10 22:25:05 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: newfs.c,v 1.37 1999/01/19 19:34:50 tron Exp $ */
+/* $NetBSD: newfs.c,v 1.37.2.1 2000/10/10 22:25:05 he Exp $ */
/*
* Copyright (c) 1983, 1989, 1993, 1994
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)newfs.c 8.13 (Berkeley) 5/1/95";
#else
-__RCSID("$NetBSD: newfs.c,v 1.37 1999/01/19 19:34:50 tron Exp $");
+__RCSID("$NetBSD: newfs.c,v 1.37.2.1 2000/10/10 22:25:05 he Exp $");
#endif
#endif /* not lint */
@@ -614,9 +614,9 @@
}
#ifdef COMPAT
-char lmsg[] = "%s: can't read disk label; disk type must be specified";
+const char lmsg[] = "%s: can't read disk label; disk type must be specified";
#else
-char lmsg[] = "%s: can't read disk label";
+const char lmsg[] = "%s: can't read disk label";
#endif
static struct disklabel *
Home |
Main Index |
Thread Index |
Old Index