blob: 87ba8607e5c5800e5a3a019f7688b6f9b6c4c26f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- cd_ll_bsd.cpp.orig Sun Nov 28 20:14:31 1999
+++ cd_ll_bsd.cpp Sun Nov 28 20:15:29 1999
@@ -10,7 +10,9 @@
#include "cd_ll_bsd.h"
// the cd-rom device file
+#ifndef DEVICE
#define DEVICE "/dev/acd0c"
+#endif
cd_ll_bsd::cd_ll_bsd()
: m_fd(-1)
|