Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvme68k/stand/bootst Pass RB_NOSYM to exec_mvme() o...
details: https://anonhg.NetBSD.org/src/rev/d0e540d2ae94
branches: trunk
changeset: 524362:d0e540d2ae94
user: scw <scw%NetBSD.org@localhost>
date: Sun Mar 24 18:13:24 2002 +0000
description:
Pass RB_NOSYM to exec_mvme() otherwise loadfile() tries to lseek()
backwards, which we don't support.
diffstat:
sys/arch/mvme68k/stand/bootst/boot.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 910ad760f05a -r d0e540d2ae94 sys/arch/mvme68k/stand/bootst/boot.c
--- a/sys/arch/mvme68k/stand/bootst/boot.c Sun Mar 24 18:13:01 2002 +0000
+++ b/sys/arch/mvme68k/stand/bootst/boot.c Sun Mar 24 18:13:24 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: boot.c,v 1.3 2000/07/24 18:39:14 jdolecek Exp $ */
+/* $NetBSD: boot.c,v 1.4 2002/03/24 18:13:24 scw Exp $ */
/*-
* Copyright (c) 1982, 1986, 1990, 1993
@@ -71,7 +71,7 @@
file = line;
}
- exec_mvme(file, flag, part);
+ exec_mvme(file, flag | RB_NOSYM, part);
printf("tapeboot: %s: %s\n", file, strerror(errno));
return(0);
Home |
Main Index |
Thread Index |
Old Index