opnsense-ports/audio/cd-console/files/patch-cd_ll_bsd.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
286 B
C++

--- 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)