summaryrefslogtreecommitdiff
path: root/usr.bin/cdio/cdio.c
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-08-24 06:32:17 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-08-24 06:32:17 +0000
commit9b226bc3f68e05306797562c13f1058c2a40c1f7 (patch)
tree78f26af19bdc84d6a7920b2276ef389639a37d94 /usr.bin/cdio/cdio.c
parentddaf243afb250670a6edb0a73cdec8d579110114 (diff)
opendev() is smart, we're not.
Diffstat (limited to 'usr.bin/cdio/cdio.c')
-rw-r--r--usr.bin/cdio/cdio.c8
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