patch-2.3.16 linux/fs/efs/super.c
Next file: linux/fs/ext2/super.c
Previous file: linux/fs/dquot.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Aug 26 14:18:06 1999
- Orig file:
v2.3.15/linux/fs/efs/super.c
- Orig date:
Tue Jun 8 10:47:58 1999
diff -u --recursive --new-file v2.3.15/linux/fs/efs/super.c linux/fs/efs/super.c
@@ -32,7 +32,7 @@
NULL /* remount */
};
-__initfunc(int init_efs_fs(void)) {
+int __init init_efs_fs(void) {
return register_filesystem(&efs_fs_type);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)