aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>2001-10-01 14:56:56 +0000
committerSøren Schmidt <sos@FreeBSD.org>2001-10-01 14:56:56 +0000
commit19a7ba3ed26a4ea5b68c07af1e320bff51ad4ea8 (patch)
treef1a113f6f13c7c223a2a16291e2a4ab267080360 /sys
parent4ae29521b39d739de847be0549b81c218ab44628 (diff)
downloadsrc-19a7ba3ed26a4ea5b68c07af1e320bff51ad4ea8.tar.gz
src-19a7ba3ed26a4ea5b68c07af1e320bff51ad4ea8.zip
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/cdrio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/cdrio.h b/sys/sys/cdrio.h
index 678a8d27a200..cd1d99ee5bbc 100644
--- a/sys/sys/cdrio.h
+++ b/sys/sys/cdrio.h
@@ -71,6 +71,7 @@ struct cdr_cue_entry {
struct cdr_cuesheet {
int32_t len;
struct cdr_cue_entry *entries;
+ int test_write;
};
#define CDRIOCBLANK _IOW('c', 100, int)