patch-2.1.23 linux/drivers/cdrom/mcdx.c
Next file: linux/drivers/cdrom/optcd.c
Previous file: linux/drivers/cdrom/mcd.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Sun Jan 26 12:07:11 1997
- Orig file:
v2.1.22/linux/drivers/cdrom/mcdx.c
- Orig date:
Mon Dec 30 15:39:05 1996
diff -u --recursive --new-file v2.1.22/linux/drivers/cdrom/mcdx.c linux/drivers/cdrom/mcdx.c
@@ -49,7 +49,7 @@
#if RCS
static const char *mcdx_c_version
- = "$Id: mcdx.c,v 1.12 1996/06/05 01:38:38 heiko Exp $";
+ = "$Id: mcdx.c,v 1.21 1997/01/26 07:12:59 davem Exp $";
#endif
#include <linux/version.h>
@@ -280,7 +280,7 @@
block_read, /* read - general block-dev read */
block_write, /* write - general block-dev write */
NULL, /* no readdir */
- NULL, /* no select */
+ NULL, /* no poll */
mcdx_ioctl, /* ioctl() */
NULL, /* no mmap */
mcdx_open, /* open() */
@@ -1170,7 +1170,7 @@
xwarn("Version 2.14(hs) \n");
#endif
- xwarn("$Id: mcdx.c,v 1.12 1996/06/05 01:38:38 heiko Exp $\n");
+ xwarn("$Id: mcdx.c,v 1.21 1997/01/26 07:12:59 davem Exp $\n");
/* zero the pointer array */
for (drive = 0; drive < MCDX_NDRIVES; drive++)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov