summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-08-28 20:15:35 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-08-28 20:15:35 +0000
commit77cfe59dd06e0e167399b097c55a658e83667678 (patch)
treec3f522c192a871220c88fe108e46bda392cf6244
parent8f8f2459efa7c6933d76e462a88a661495e599f7 (diff)
ancient file name in .file; from pbastos@rdc.puc-rio.br
-rw-r--r--sys/arch/i386/stand/biosboot/biosboot.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/biosboot/biosboot.S b/sys/arch/i386/stand/biosboot/biosboot.S
index c7c91cc291f..b32c8cf991b 100644
--- a/sys/arch/i386/stand/biosboot/biosboot.S
+++ b/sys/arch/i386/stand/biosboot/biosboot.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: biosboot.S,v 1.31 2002/06/25 23:28:58 mickey Exp $ */
+/* $OpenBSD: biosboot.S,v 1.32 2002/08/28 20:15:34 mickey Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff, Tobias Weingartner
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
*/
- .file "bootbios.S"
+ .file "biosboot.S"
#include <machine/asm.h>
#include <assym.h>