diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2008-06-10 20:27:32 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2008-06-10 20:27:32 +0000 |
commit | 3594b1e4ab8ba4fad0740eb82aa8e520b2723fa4 (patch) | |
tree | 9177999bad3e4f68045633c63c42c50c70b55d70 /sys/scsi/cd.c | |
parent | b24b61b32a9fedc5de53427f16b7eb72e27e858d (diff) |
Accidental commit. Clean up.
Diffstat (limited to 'sys/scsi/cd.c')
-rw-r--r-- | sys/scsi/cd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c index bbc1bbb25ba..d47653d3ca1 100644 --- a/sys/scsi/cd.c +++ b/sys/scsi/cd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cd.c,v 1.136 2008/06/10 20:14:37 beck Exp $ */ +/* $OpenBSD: cd.c,v 1.137 2008/06/10 20:27:31 art Exp $ */ /* $NetBSD: cd.c,v 1.100 1997/04/02 02:29:30 mycroft Exp $ */ /* @@ -82,8 +82,6 @@ #define CD_FRAMES 75 #define CD_SECS 60 -#define CD_LOCKED 0x0800 - struct cd_toc { struct ioc_toc_header header; struct cd_toc_entry entries[MAXTRACK+1]; /* One extra for the */ |