Mainly dealing with cdd's assumption that /dev/rcd0d is the correct raw device. It now handles multiple drives, and guesses the right raw device. Thanks to Rene Hexel for the patch for the multiple devices.
11 lines
272 B
Text
11 lines
272 B
Text
$NetBSD: patch-ac,v 1.1 1998/11/04 08:27:38 garbled Exp $
|
|
--- cdd.h.orig Mon Jul 14 02:56:31 1997
|
|
+++ cdd.h Sun Nov 1 19:18:58 1998
|
|
@@ -85,6 +85,7 @@
|
|
int bequiet;
|
|
int dostdout;
|
|
int cddb;
|
|
+ char cddev[MAXPATHLEN];
|
|
} OPTS;
|
|
|
|
typedef struct tocentry
|