forked from Lainports/freebsd-ports
- remove trailing ^M in pkg-plist PR: ports/64201 Submitted by: Heiner Eichmann <h.eichmann@gmx.de> Approved by: arved (mentor)
13 lines
296 B
C++
13 lines
296 B
C++
--- src/device/k3bdevice.h.orig Fri Jan 30 11:28:15 2004
|
|
+++ src/device/k3bdevice.h Fri Feb 13 21:03:38 2004
|
|
@@ -654,6 +654,10 @@
|
|
|
|
class Private;
|
|
Private* d;
|
|
+#ifdef __FreeBSD__
|
|
+ QString m_passDevice;
|
|
+ friend class ScsiCommand;
|
|
+#endif
|
|
friend class DeviceManager;
|
|
};
|
|
|