mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
600ae94e73
A curses-based console CD player. PR: 15152 Submitted by: Julian C. Dunn <jdunn@aquezada.com>
13 lines
257 B
Plaintext
13 lines
257 B
Plaintext
--- 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)
|