summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-24 08:20:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-24 08:20:22 +0000
commit916554b2d25bfbe234f31fbb0c47a9b64c129487 (patch)
tree0c9dd34d7a83d70901217840846d31b82ba4c483 /usr.bin
parent85a4383033700be86d8abef61af2f139f26b99db (diff)
cd0 not /dev/cd0
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/cdio/cdio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cdio/cdio.c b/usr.bin/cdio/cdio.c
index 4b6f8d248a7..f980277b13e 100644
--- a/usr.bin/cdio/cdio.c
+++ b/usr.bin/cdio/cdio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cdio.c,v 1.2 1996/08/24 06:32:16 downsj Exp $ */
+/* $OpenBSD: cdio.c,v 1.3 1996/08/24 08:20:21 deraadt 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,7 +42,7 @@
#define ASTS_VOID 0x15 /* No current audio status to return */
#ifndef DEFAULT_CD_DRIVE
-# define DEFAULT_CD_DRIVE "/dev/cd0"
+# define DEFAULT_CD_DRIVE "cd0"
#endif
#define CMD_DEBUG 1