patch-2.3.43 linux/fs/fifo.c
Next file: linux/fs/hfs/dir_cap.c
Previous file: linux/fs/fat/misc.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Wed Feb  9 11:42:35 2000
-  Orig file: 
v2.3.42/linux/fs/fifo.c
-  Orig date: 
Fri Jan  7 19:13:22 2000
diff -u --recursive --new-file v2.3.42/linux/fs/fifo.c linux/fs/fifo.c
@@ -153,7 +153,7 @@
  * depending on the access mode of the file...
  */
 static struct file_operations def_fifo_fops = {
-	open:	fifo_open,	/* will set read or write pipe_fops */
+	open:		fifo_open,	/* will set read or write pipe_fops */
 };
 
 struct inode_operations fifo_inode_operations = {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)