summaryrefslogtreecommitdiff
path: root/sysutils/cdrdao/patches/patch-aa
blob: e84e6d1c66a7ee9320964488508e54eb7cbe2420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2000/02/18 15:13:50 wiz Exp $

--- scsilib/include/mconfig.h.orig	Tue Jan 18 19:43:58 2000
+++ scsilib/include/mconfig.h	Tue Jan 18 19:44:15 2000
@@ -45,7 +45,7 @@
 extern "C" {
 #endif
 
-#if defined(unix) || defined(__unix) || defined(__unix__)
+#if defined (__NetBSD__)
 #	define	IS_UNIX
 #endif