diff options
author | 2002-08-28 20:15:34 +0000 | |
---|---|---|
committer | 2002-08-28 20:15:34 +0000 | |
commit | 69753b5c7c4f69ec1c31f1805833b03e9a8224ab (patch) | |
tree | a418f5b432055b13646f2a441f8490f62af658f9 | |
parent | ANSIfication uncovers function argument bugs. How unusual. (diff) | |
download | wireguard-openbsd-69753b5c7c4f69ec1c31f1805833b03e9a8224ab.tar.xz wireguard-openbsd-69753b5c7c4f69ec1c31f1805833b03e9a8224ab.zip |
ancient file name in .file; from pbastos@rdc.puc-rio.br
-rw-r--r-- | sys/arch/i386/stand/biosboot/biosboot.S | 4 |
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> |