diff options
author | 2015-07-21 09:13:11 +0000 | |
---|---|---|
committer | 2015-07-21 09:13:11 +0000 | |
commit | e45726f3ecee08eed269cfcb07d9ab9361ae69fc (patch) | |
tree | e5b738fcfa1a8f5db7155a254302566034ef663d /sys/dev/pv/files.pv | |
parent | basic macro cleanup, mostly converting to .Dv where appropriate (diff) | |
download | wireguard-openbsd-e45726f3ecee08eed269cfcb07d9ab9361ae69fc.tar.xz wireguard-openbsd-e45726f3ecee08eed269cfcb07d9ab9361ae69fc.zip |
Move vmt.c to sys/dev/pv/vmt.c. The history is lost but can be found
in the Attic of sys/dev/vmt.c.
OK to do it deraadt@
Diffstat (limited to 'sys/dev/pv/files.pv')
-rw-r--r-- | sys/dev/pv/files.pv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pv/files.pv b/sys/dev/pv/files.pv index d0834032390..2acad4b1f62 100644 --- a/sys/dev/pv/files.pv +++ b/sys/dev/pv/files.pv @@ -1,4 +1,4 @@ -# $OpenBSD: files.pv,v 1.1 2015/07/21 03:38:22 reyk Exp $ +# $OpenBSD: files.pv,v 1.2 2015/07/21 09:13:11 reyk Exp $ # # Config file and device description for paravirtual devices. # Included by ports that need it. @@ -11,4 +11,4 @@ file dev/pv/pvbus.c pvbus needs-flag # VMware Tools device vmt attach vmt at pvbus -file dev/vmt.c vmt needs-flag +file dev/pv/vmt.c vmt needs-flag |