View | Details | Raw Unified | Return to bug 16007
Collapse All | Expand All

(-)cdcontrol.c (-1 / +1 lines)
Lines 46-52 Link Here
46
#define ASTS_VOID       0x15  /* No current audio status to return */
46
#define ASTS_VOID       0x15  /* No current audio status to return */
47
47
48
#ifndef DEFAULT_CD_DRIVE
48
#ifndef DEFAULT_CD_DRIVE
49
#  define DEFAULT_CD_DRIVE  "/dev/cd0c"
49
#  define DEFAULT_CD_DRIVE  "/dev/cdrom"
50
#endif
50
#endif
51
51
52
#ifndef DEFAULT_CD_PARTITION
52
#ifndef DEFAULT_CD_PARTITION

Return to bug 16007