patch-2.1.23 linux/include/linux/binfmts.h

Next file: linux/include/linux/etherdevice.h
Previous file: linux/include/asm-sparc64/uaccess.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.22/linux/include/linux/binfmts.h linux/include/linux/binfmts.h
@@ -33,7 +33,7 @@
  */
 struct linux_binfmt {
 	struct linux_binfmt * next;
-	long *use_count;
+	struct module *module;
 	int (*load_binary)(struct linux_binprm *, struct  pt_regs * regs);
 	int (*load_shlib)(int fd);
 	int (*core_dump)(long signr, struct pt_regs * regs);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov