From da0ba70058a3b85a71b97a9314350bd3df3d9ca5 Mon Sep 17 00:00:00 2001 From: minoura Date: Fri, 28 Dec 2001 02:12:55 +0000 Subject: [PATCH] Remove some error messages to reduce the size. --- sys/arch/x68k/stand/boot_ustar/boot_ustar.S | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/arch/x68k/stand/boot_ustar/boot_ustar.S b/sys/arch/x68k/stand/boot_ustar/boot_ustar.S index 5626342e6df9..4ec55ef7c4f4 100644 --- a/sys/arch/x68k/stand/boot_ustar/boot_ustar.S +++ b/sys/arch/x68k/stand/boot_ustar/boot_ustar.S @@ -3,7 +3,7 @@ | Yasha(itohy@netbsd.org) | minoura@netbsd.org | -| $NetBSD: boot_ustar.S,v 1.2 2001/10/01 16:58:01 minoura Exp $ +| $NetBSD: boot_ustar.S,v 1.3 2001/12/28 02:12:55 minoura Exp $ | supports floppy only @@ -157,9 +157,9 @@ boot_read_done: jmp %a0@ | here we go -error_invalidboot: BOOT_ERROR("Illegal secondary boot"); -error_invalidname: BOOT_ERROR("Invalid filename"); -error_invalidfs: BOOT_ERROR("Not a ustarfs"); -error_invalidmagic: BOOT_ERROR("Not an OMAGIC a.out") +error_invalidboot: +error_invalidname: BOOT_ERROR("Illegal secondary boot"); +error_invalidfs: +error_invalidmagic: BOOT_ERROR("Invalid magic") ASGLOBAL(first_kbyte)