summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-10-17 17:03:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-10-17 17:03:34 +0000
commit4cca67d9909ad9d1813d9a7a4f7965c2d038ab7f (patch)
tree56da9cbf1ca80167601647de9bafb8da11e7ef5c /sys
parent10e5c7a25b189eda13a48597e1cf90d65627d239 (diff)
knf
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/cdio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/cdio.h b/sys/sys/cdio.h
index 411e9b72db1..037829f3967 100644
--- a/sys/sys/cdio.h
+++ b/sys/sys/cdio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cdio.h,v 1.10 2001/06/22 14:10:59 deraadt Exp $ */
+/* $OpenBSD: cdio.h,v 1.11 2002/10/17 17:03:33 deraadt Exp $ */
/* $NetBSD: cdio.h,v 1.11 1996/02/19 18:29:04 scottr Exp $ */
#ifndef _SYS_CDIO_H_
@@ -169,7 +169,7 @@ struct ioc_read_subchannel {
int data_len;
struct cd_sub_channel_info *data;
};
-#define CDIOCREADSUBCHANNEL _IOWR('c', 3, struct ioc_read_subchannel )
+#define CDIOCREADSUBCHANNEL _IOWR('c', 3, struct ioc_read_subchannel)
struct ioc_toc_header {
u_short len;