summaryrefslogtreecommitdiffstats
path: root/sys/sys/cdio.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-02-03 14:19:13 +0000
committerache <ache@FreeBSD.org>1996-02-03 14:19:13 +0000
commita7443136fba6522e8b3d372d808f8b231be0c0eb (patch)
tree51baa26bf351ea7658bf8aedf3134f2bb885f60a /sys/sys/cdio.h
parenta768aedccd73f95fd008d27b24248922358b35c6 (diff)
downloadFreeBSD-src-a7443136fba6522e8b3d372d808f8b231be0c0eb.zip
FreeBSD-src-a7443136fba6522e8b3d372d808f8b231be0c0eb.tar.gz
Since ioc_read_subchannel don't used for hardware, remove padding.
Now almost all my changes backed out, expect one comment about network byte order of LBA.
Diffstat (limited to 'sys/sys/cdio.h')
-rw-r--r--sys/sys/cdio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/cdio.h b/sys/sys/cdio.h
index 73da015..8019130 100644
--- a/sys/sys/cdio.h
+++ b/sys/sys/cdio.h
@@ -1,7 +1,7 @@
/*
* 16 Feb 93 Julian Elischer (julian@dialix.oz.au)
*
- * $Id: cdio.h,v 1.11 1996/02/01 18:18:54 ache Exp $
+ * $Id: cdio.h,v 1.12 1996/02/02 20:41:11 ache Exp $
*/
/*
<1> Fixed a conflict with ioctl usage. There were two different
@@ -129,7 +129,6 @@ struct ioc_read_subchannel {
#define CD_MEDIA_CATALOG 2
#define CD_TRACK_INFO 3
u_char track;
- u_char :8;
int data_len;
struct cd_sub_channel_info *data;
};
OpenPOWER on IntegriCloud