13 lines
477 B
Plaintext
13 lines
477 B
Plaintext
|
$OpenBSD: patch-libk3bdevice_k3bscsicommand_cpp,v 1.1.1.1 2008/05/11 22:18:35 jakemsr Exp $
|
||
|
--- libk3bdevice/k3bscsicommand.cpp.orig Thu Jan 17 15:42:03 2008
|
||
|
+++ libk3bdevice/k3bscsicommand.cpp Thu Jan 17 15:42:30 2008
|
||
|
@@ -186,7 +186,7 @@ void K3bDevice::ScsiCommand::debugError( int command,
|
||
|
#ifdef Q_OS_FREEBSD
|
||
|
#include "k3bscsicommand_bsd.cpp"
|
||
|
#endif
|
||
|
-#ifdef Q_OS_NETBSD
|
||
|
+#if defined(Q_OS_NETBSD) || defined(Q_OS_OPENBSD)
|
||
|
#include "k3bscsicommand_netbsd.cpp"
|
||
|
#endif
|
||
|
|