pkgsrc/sysutils/mtx/patches/patch-mtxl.c
bouyer d3bc0c6dd7 Remove $Date: $ and $Revision: $ from scsi_netbsd.c, so that the
file's checkup remains consistent after commits. Pointed out by Joerg
While there add $NetBSD: $ to all patch files
2015-07-10 13:33:41 +00:00

15 lines
362 B
C

$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"