diff options
author | 1996-08-24 08:20:21 +0000 | |
---|---|---|
committer | 1996-08-24 08:20:21 +0000 | |
commit | 33d336edbdee5d0a99a2275214369cd0a18b3118 (patch) | |
tree | f11cdf603fe6c79102288ebc24b4dfbf4aa29d7a | |
parent | Fixed mdocs Makefile, repaired nroff include paths, added OpenBSD rcs tags, (diff) | |
download | wireguard-openbsd-33d336edbdee5d0a99a2275214369cd0a18b3118.tar.xz wireguard-openbsd-33d336edbdee5d0a99a2275214369cd0a18b3118.zip |
cd0 not /dev/cd0
-rw-r--r-- | usr.bin/cdio/cdio.c | 4 |
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 |