patch-1.3.99 linux/drivers/block/amiflop.c
Next file: linux/drivers/block/ataflop.c
Previous file: linux/drivers/block/README.ide
Back to the patch index
Back to the overall index
- Lines: 31
- Date:
Mon May 6 12:44:30 1996
- Orig file:
v1.3.98/linux/drivers/block/amiflop.c
- Orig date:
Sat Apr 27 15:19:50 1996
diff -u --recursive --new-file v1.3.98/linux/drivers/block/amiflop.c linux/drivers/block/amiflop.c
@@ -21,7 +21,7 @@
* - added command line and machine based default for "silent" df0
*
* december 1995 adapted for 1.2.13pl4 by Joerg Dorchain
- * - works but I think its inefficient. (look in redo_fd_request)
+ * - works but I think it's inefficient. (look in redo_fd_request)
* But the changes were very efficient. (only three and a half lines)
*
* january 1995 added special ioctl for tracking down read/write problems
@@ -675,7 +675,7 @@
len_desc;/* 2 */
unsigned short crc; /* on 68000 we got an alignment problem,
but this compiler solves it by adding silently
- adding a pad byte so data wont fit
+ adding a pad byte so data won't fit
and this cost about 3h to discover.... */
unsigned char gap1[22]; /* for longword-alignedness (0x4e) */
};
@@ -1780,3 +1780,12 @@
return 0;
}
+
+#ifndef MODULE
+/*
+ * This is just a dummy function to keep fs/super.c happy.
+ */
+void floppy_eject(void)
+{
+}
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this