diff options
author | 2020-01-24 05:14:51 +0000 | |
---|---|---|
committer | 2020-01-24 05:14:51 +0000 | |
commit | 854a1b2d65aecb1ec4da35222be452e85e91f3b7 (patch) | |
tree | 5f9b672cd401db71c1e5d33b330b9937dce0e650 /sys/dev/pv/files.pv | |
parent | Permit 0 length writes, because openssl s_client is special (diff) | |
download | wireguard-openbsd-854a1b2d65aecb1ec4da35222be452e85e91f3b7.tar.xz wireguard-openbsd-854a1b2d65aecb1ec4da35222be452e85e91f3b7.zip |
cleanup unused headers generated by config
ok tedu@ krw@ 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 422737de605..e081897d582 100644 --- a/sys/dev/pv/files.pv +++ b/sys/dev/pv/files.pv @@ -1,4 +1,4 @@ -# $OpenBSD: files.pv,v 1.15 2018/11/23 12:37:40 reyk Exp $ +# $OpenBSD: files.pv,v 1.16 2020/01/24 05:14:51 jsg Exp $ # # Config file and device description for paravirtual devices. # Included by ports that need it. @@ -16,7 +16,7 @@ file dev/pv/pvclock.c pvclock needs-flag # VMware Tools device vmt attach vmt at pvbus -file dev/pv/vmt.c vmt needs-flag +file dev/pv/vmt.c vmt # Xen device xen {} |