patch-2.3.99-pre8 linux/fs/binfmt_misc.c

Next file: linux/fs/buffer.c
Previous file: linux/drivers/video/cyber2000fb.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre7/linux/fs/binfmt_misc.c linux/fs/binfmt_misc.c
@@ -68,9 +68,9 @@
 	NULL, THIS_MODULE, load_misc_binary, NULL, NULL, 0
 };
 
-static struct proc_dir_entry *bm_dir = NULL;
+static struct proc_dir_entry *bm_dir;
 
-static struct binfmt_entry *entries = NULL;
+static struct binfmt_entry *entries;
 static int free_id = 1;
 static int enabled = 1;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)