From 6aba050ad511ed6c0bcb2d3dda0f70671046e448 Mon Sep 17 00:00:00 2001 From: jmatthew Date: Sun, 4 Jun 2017 05:04:24 +0000 Subject: [PATCH] update link to Ken Kato's vmware backdoor protocol documentation from Seth Jackson --- sys/dev/pv/vmt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/pv/vmt.c b/sys/dev/pv/vmt.c index 47b4c90b0fb..dbcb3e90578 100644 --- a/sys/dev/pv/vmt.c +++ b/sys/dev/pv/vmt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmt.c,v 1.12 2017/02/03 08:23:01 jsg Exp $ */ +/* $OpenBSD: vmt.c,v 1.13 2017/06/04 05:04:24 jmatthew Exp $ */ /* * Copyright (c) 2007 David Crawshaw @@ -23,7 +23,7 @@ /* * Protocol reverse engineered by Ken Kato: - * http://chitchat.at.infoseek.co.jp/vmware/backdoor.html + * https://sites.google.com/site/chitchatvmback/backdoor */ #include -- 2.20.1