diff options
author | 2010-05-12 08:17:31 +0000 | |
---|---|---|
committer | 2010-05-12 08:17:31 +0000 | |
commit | 62ee195d76faac693131405c58e633d5b5dc430e (patch) | |
tree | bbcf2c140dee253875bf0c08e8f3e87e73635489 | |
parent | Remove the tiny bit of C++ that is not realy needed so that we get a pure (diff) | |
download | wireguard-openbsd-62ee195d76faac693131405c58e633d5b5dc430e.tar.xz wireguard-openbsd-62ee195d76faac693131405c58e633d5b5dc430e.zip |
Fix includes. Diffy by Remco (remco at d-compu dyndns org)
-rw-r--r-- | share/man/man4/vscsi.4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/vscsi.4 b/share/man/man4/vscsi.4 index 24c4a20d676..e93066b67ea 100644 --- a/share/man/man4/vscsi.4 +++ b/share/man/man4/vscsi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vscsi.4,v 1.5 2010/03/13 14:33:09 dlg Exp $ +.\" $OpenBSD: vscsi.4,v 1.6 2010/05/12 08:17:31 claudio Exp $ .\" .\" Copyright (c) 2008 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 13 2010 $ +.Dd $Mdocdate: May 12 2010 $ .Dt VSCSI 4 .Os .Sh NAME @@ -26,8 +26,8 @@ .Pp .Fd #include <sys/types.h> .Fd #include <sys/ioctl.h> -.Fd #include <sys/scsi/scsi_all.h> -.Fd #include <sys/dev/vscsivar.h> +.Fd #include <scsi/scsi_all.h> +.Fd #include <dev/vscsivar.h> .Sh DESCRIPTION The .Nm |