Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys make it clear that ENTRIES = ENTRYS :-)



details:   https://anonhg.NetBSD.org/src/rev/34b626318746
branches:  trunk
changeset: 566475:34b626318746
user:      christos <christos%NetBSD.org@localhost>
date:      Mon May 10 15:14:12 2004 +0000

description:
make it clear that ENTRIES = ENTRYS :-)

diffstat:

 sys/sys/cdio.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a9a1b4d05bd0 -r 34b626318746 sys/sys/cdio.h
--- a/sys/sys/cdio.h    Mon May 10 12:48:19 2004 +0000
+++ b/sys/sys/cdio.h    Mon May 10 15:14:12 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cdio.h,v 1.17 1999/01/04 15:32:08 is Exp $     */
+/*     $NetBSD: cdio.h,v 1.18 2004/05/10 15:14:12 christos Exp $       */
 
 #ifndef _SYS_CDIO_H_
 #define _SYS_CDIO_H_
@@ -182,7 +182,7 @@
        struct  cd_toc_entry *data;
 };
 #define CDIOREADTOCENTRIES _IOWR('c', 5, struct ioc_read_toc_entry)
-#define CDIOREADTOCENTRYS _IOWR('c', 5, struct ioc_read_toc_entry)
+#define CDIOREADTOCENTRYS CDIOREADTOCENTRIES
 
 /* read LBA start of a given session; 0=last, others not yet supported */
 #define CDIOREADMSADDR _IOWR('c', 6, int)



Home | Main Index | Thread Index | Old Index