diff options
author | 1996-08-24 06:32:16 +0000 | |
---|---|---|
committer | 1996-08-24 06:32:16 +0000 | |
commit | 4d49ef2ed9f00cb617143e59741648b876290fdb (patch) | |
tree | 94a3e2cc728ee1f6276cf8188baaeb2fa21c8c21 | |
parent | probe-time fix provided by jfw@jfwhome.funhouse.com (diff) | |
download | wireguard-openbsd-4d49ef2ed9f00cb617143e59741648b876290fdb.tar.xz wireguard-openbsd-4d49ef2ed9f00cb617143e59741648b876290fdb.zip |
opendev() is smart, we're not.
-rw-r--r-- | usr.bin/cdio/cdio.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.bin/cdio/cdio.c b/usr.bin/cdio/cdio.c index 03ac4b19370..4b6f8d248a7 100644 --- a/usr.bin/cdio/cdio.c +++ b/usr.bin/cdio/cdio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cdio.c,v 1.1 1996/08/23 23:42:29 downsj Exp $ */ +/* $OpenBSD: cdio.c,v 1.2 1996/08/24 06:32:16 downsj Exp $ */ /* * Compact Disc Control Utility by Serge V. Vakulenko <vak@cronyx.ru>. * Based on the non-X based CD player by Jean-Marc Zucconi and @@ -42,11 +42,7 @@ #define ASTS_VOID 0x15 /* No current audio status to return */ #ifndef DEFAULT_CD_DRIVE -# define DEFAULT_CD_DRIVE "/dev/cd0c" -#endif - -#ifndef DEFAULT_CD_PARTITION -# define DEFAULT_CD_PARTITION "d" +# define DEFAULT_CD_DRIVE "/dev/cd0" #endif #define CMD_DEBUG 1 |