diff options
author | 2018-04-12 14:59:08 +0000 | |
---|---|---|
committer | 2018-04-12 14:59:08 +0000 | |
commit | 5b01506fd65ebb667202eabfe778755cdeb9c641 (patch) | |
tree | c04d2edbb97345a40bc18450ea82ebe487e29b9f | |
parent | keep the STT_FILE symbol in the table so that we know what file (diff) | |
download | wireguard-openbsd-5b01506fd65ebb667202eabfe778755cdeb9c641.tar.xz wireguard-openbsd-5b01506fd65ebb667202eabfe778755cdeb9c641.zip |
Restore the original BSDI $Id$ strings. Those were mangled by CVS
by my mistake.
Pointed out by Christian Ludwig. Thank you!
-rw-r--r-- | sys/kern/subr_witness.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index 38795df9bed..d5f6b2163fa 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_witness.c,v 1.7 2018/04/03 08:43:02 mpi Exp $ */ +/* $OpenBSD: subr_witness.c,v 1.8 2018/04/12 14:59:08 visa Exp $ */ /*- * Copyright (c) 2008 Isilon Systems, Inc. @@ -30,8 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from BSDI $Id: subr_witness.c,v 1.7 2018/04/03 08:43:02 mpi Exp $ - * and BSDI $Id: subr_witness.c,v 1.7 2018/04/03 08:43:02 mpi Exp $ + * from BSDI Id: mutex_witness.c,v 1.1.2.20 2000/04/27 03:10:27 cp Exp + * and BSDI Id: synch_machdep.c,v 2.3.2.39 2000/04/27 03:10:25 cp Exp */ /* |