[BACK]Return to cdio.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / cdio

Diff for /src/usr.bin/cdio/cdio.c between version 1.1 and 1.2

version 1.1, 1996/08/23 23:42:29 version 1.2, 1996/08/24 06:32:16
Line 42 
Line 42 
 #define ASTS_VOID       0x15  /* No current audio status to return */  #define ASTS_VOID       0x15  /* No current audio status to return */
   
 #ifndef DEFAULT_CD_DRIVE  #ifndef DEFAULT_CD_DRIVE
 #  define DEFAULT_CD_DRIVE  "/dev/cd0c"  #  define DEFAULT_CD_DRIVE  "/dev/cd0"
 #endif  
   
 #ifndef DEFAULT_CD_PARTITION  
 #  define DEFAULT_CD_PARTITION  "d"  
 #endif  #endif
   
 #define CMD_DEBUG       1  #define CMD_DEBUG       1

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2