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

Next file: linux/include/linux/bootmem.h
Previous file: linux/include/linux/bigmem.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.22/linux/include/linux/binfmts.h linux/include/linux/binfmts.h
@@ -18,7 +18,7 @@
  */
 struct linux_binprm{
 	char buf[128];
-	unsigned long page[MAX_ARG_PAGES];
+	struct page *page[MAX_ARG_PAGES];
 	unsigned long p; /* current top of mem */
 	int sh_bang;
 	struct dentry * dentry;

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