patch-2.4.0-test10 linux/fs/fat/cvf.c
Next file: linux/fs/hfs/trans.c
Previous file: linux/fs/ext2/namei.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Oct 16 12:58:51 2000
- Orig file:
v2.4.0-test9/linux/fs/fat/cvf.c
- Orig date:
Tue Sep 5 14:07:29 2000
diff -u --recursive --new-file v2.4.0-test9/linux/fs/fat/cvf.c linux/fs/fat/cvf.c
@@ -98,8 +98,8 @@
NULL
};
-struct cvf_format *cvf_formats[MAX_CVF_FORMATS]={NULL,NULL,NULL};
-int cvf_format_use_count[MAX_CVF_FORMATS]={0,0,0};
+struct cvf_format *cvf_formats[MAX_CVF_FORMATS];
+int cvf_format_use_count[MAX_CVF_FORMATS];
int register_cvf_format(struct cvf_format*cvf_format)
{ int i,j;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)