summaryrefslogtreecommitdiff
path: root/sysutils/mtx/patches/patch-mtxl.c
blob: 0d036be3eeb9c6a8405466add8464ccfa6833d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-mtxl.c,v 1.2 2015/07/10 13:33:41 bouyer Exp $

--- mtxl.c.orig	2015-07-08 16:25:32.000000000 +0200
+++ mtxl.c	2015-07-08 16:26:04.000000000 +0200
@@ -41,6 +41,10 @@
 
 /* First, do some SCSI routines: */
 
+#ifdef __NetBSD__
+#	include "scsi_netbsd.c"
+#endif
+
 /* the camlib is used on FreeBSD. */
 #if HAVE_CAMLIB_H
 #	include "scsi_freebsd.c"