Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/installboot/arch Small fix to a warning message tha...
details: https://anonhg.NetBSD.org/src/rev/76fa8da4c387
branches: trunk
changeset: 525772:76fa8da4c387
user: fredette <fredette%NetBSD.org@localhost>
date: Wed Apr 17 04:00:44 2002 +0000
description:
Small fix to a warning message that was displaying the wrong filename.
diffstat:
usr.sbin/installboot/arch/sparc64.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 71f16b9ceb41 -r 76fa8da4c387 usr.sbin/installboot/arch/sparc64.c
--- a/usr.sbin/installboot/arch/sparc64.c Wed Apr 17 02:27:14 2002 +0000
+++ b/usr.sbin/installboot/arch/sparc64.c Wed Apr 17 04:00:44 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sparc64.c,v 1.6 2002/04/12 06:50:41 lukem Exp $ */
+/* $NetBSD: sparc64.c,v 1.7 2002/04/17 04:00:44 fredette Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(__lint)
-__RCSID("$NetBSD: sparc64.c,v 1.6 2002/04/12 06:50:41 lukem Exp $");
+__RCSID("$NetBSD: sparc64.c,v 1.7 2002/04/17 04:00:44 fredette Exp $");
#endif /* !__lint */
#include <sys/param.h>
@@ -162,7 +162,7 @@
memset(&bb, 0, SPARC64_BOOT_BLOCK_MAX_SIZE);
rv = read(params->s1fd, &bb, sizeof bb);
if (rv == -1) {
- warn("Reading `%s'", params->filesystem);
+ warn("Reading `%s'", params->stage1);
goto done;
}
Home |
Main Index |
Thread Index |
Old Index