From 9b226bc3f68e05306797562c13f1058c2a40c1f7 Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Sat, 24 Aug 1996 06:32:17 +0000 Subject: opendev() is smart, we're not. --- usr.bin/cdio/cdio.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'usr.bin/cdio/cdio.c') 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 . * 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 -- cgit v1.2.3