mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
cc50cf47ea
PR: 44515 Approved by: maintainer
14 lines
286 B
Plaintext
14 lines
286 B
Plaintext
--- cd_ll_bsd.cpp.orig Sat Aug 25 14:09:00 2001
|
|
+++ cd_ll_bsd.cpp Sat Oct 26 21:16:54 2002
|
|
@@ -10,7 +10,9 @@
|
|
#include "cd_ll_bsd.h"
|
|
|
|
// the cd-rom device file
|
|
-#define DEVICE "/dev/acd0c"
|
|
+#ifndef DEVICE
|
|
+#define DEVICE "/dev/cdrom"
|
|
+#endif
|
|
|
|
cd_ll_bsd::cd_ll_bsd()
|
|
: m_fd(-1)
|