diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2017-06-04 05:04:25 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2017-06-04 05:04:25 +0000 |
commit | b37c17b96f64270b0f0874656617cf644448f94a (patch) | |
tree | 0bb6a2e18210a4d49c3ba1541d732d67c4115a77 /sys/dev/pv | |
parent | 1980be66c74b4f9804e4b924f0497787e4f6c45d (diff) |
update link to Ken Kato's vmware backdoor protocol documentation
from Seth Jackson
Diffstat (limited to 'sys/dev/pv')
-rw-r--r-- | sys/dev/pv/vmt.c | 4 |
1 files 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 <david@zentus.com> @@ -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 <sys/param.h> |