patch-2.1.23 linux/fs/fat/file.c
Next file: linux/fs/fcntl.c
Previous file: linux/fs/fat/dir.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Sun Jan 26 12:07:44 1997
-  Orig file: 
v2.1.22/linux/fs/fat/file.c
-  Orig date: 
Tue Oct 29 19:58:42 1996
diff -u --recursive --new-file v2.1.22/linux/fs/fat/file.c linux/fs/fat/file.c
@@ -32,7 +32,7 @@
 	fat_file_read,		/* read */
 	fat_file_write,		/* write */
 	NULL,			/* readdir - bad */
-	NULL,			/* select - default */
+	NULL,			/* poll - default */
 	NULL,			/* ioctl - default */
 	generic_file_mmap,	/* mmap */
 	NULL,			/* no special open is needed */
@@ -71,7 +71,7 @@
 	fat_file_read,		/* read */
 	fat_file_write,		/* write */
 	NULL,			/* readdir - bad */
-	NULL,			/* select - default */
+	NULL,			/* poll - default */
 	NULL,			/* ioctl - default */
 	fat_mmap,		/* mmap */
 	NULL,			/* no special open is needed */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov