diff options
author | 2000-10-24 02:20:21 +0000 | |
---|---|---|
committer | 2000-10-24 02:20:21 +0000 | |
commit | 8b7babe99e961ed27cf70e7d60fc04fb542e3aa4 (patch) | |
tree | 778d8900e89502af633e0c63b89cdef82aa24f16 | |
parent | Crank major because the type of the "ospeed" variable changed from (diff) | |
download | wireguard-openbsd-8b7babe99e961ed27cf70e7d60fc04fb542e3aa4.tar.xz wireguard-openbsd-8b7babe99e961ed27cf70e7d60fc04fb542e3aa4.zip |
RCS tag didn't stick on unimpl_emul.s, perhaps due to funky netbsd tag
underneath, so fix up netbsd tag and try again. Also tag files.vax.
-rw-r--r-- | sys/arch/vax/conf/files.vax | 1 | ||||
-rw-r--r-- | sys/arch/vax/vax/unimpl_emul.s | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/vax/conf/files.vax b/sys/arch/vax/conf/files.vax index a01151d8405..3190b8f7b78 100644 --- a/sys/arch/vax/conf/files.vax +++ b/sys/arch/vax/conf/files.vax @@ -1,3 +1,4 @@ +# $OpenBSD: files.vax,v 1.15 2000/10/24 02:20:21 hugh Exp $ # $NetBSD: files.vax,v 1.60 1999/08/27 20:04:32 ragge Exp $ # # new style config file for vax architecture diff --git a/sys/arch/vax/vax/unimpl_emul.s b/sys/arch/vax/vax/unimpl_emul.s index 6d96f60478f..0c5f8a12ceb 100644 --- a/sys/arch/vax/vax/unimpl_emul.s +++ b/sys/arch/vax/vax/unimpl_emul.s @@ -1,4 +1,5 @@ -/* $NetBSD: $ */ +/* $OpenBSD: unimpl_emul.s,v 1.2 2000/10/24 02:20:21 hugh Exp $ */ +/* $NetBSD: unimpl_emul.s,v 1.2 2000/08/14 11:16:52 ragge Exp $ */ /* * Copyright (c) 2000 Ludd, University of Lule}, Sweden. All rights reserved. |