patch-2.1.69 linux/fs/binfmt_elf.c

Next file: linux/fs/dquot.c
Previous file: linux/fs/binfmt_aout.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.68/linux/fs/binfmt_elf.c linux/fs/binfmt_elf.c
@@ -397,7 +397,7 @@
 	unsigned int interpreter_type = INTERPRETER_NONE;
 	unsigned char ibcs2_interpreter;
 	int i;
-	unsigned long old_fs;
+	mm_segment_t old_fs;
 	unsigned long error;
 	struct elf_phdr * elf_ppnt, *elf_phdata;
 	int elf_exec_fileno;
@@ -1045,7 +1045,7 @@
 	struct file file;
 	struct dentry *dentry;
 	struct inode *inode;
-	unsigned long fs;
+	mm_segment_t fs;
 	char corefile[6+sizeof(current->comm)];
 	int segs;
 	int i;

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