From ec7dac8197fe2cf908c2ded5096142f06e96fcdc Mon Sep 17 00:00:00 2001 From: Malcolm Parsons Date: Mon, 26 Jun 2006 11:49:41 +1000 Subject: [PATCH] --- yaml --- r: 30173 b: refs/heads/master c: fcc18e83e1f6fd9fa6b333735bf0fcd530655511 h: refs/heads/master i: 30171: 6e3d7594e9f6ed50ef78738d1077ad1ffb10486e v: v3 --- [refs] | 2 +- trunk/fs/binfmt_flat.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 42852a643f10..3f804affdc2e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 091487772c3312f3de599d99ca1d73395b54ed61 +refs/heads/master: fcc18e83e1f6fd9fa6b333735bf0fcd530655511 diff --git a/trunk/fs/binfmt_flat.c b/trunk/fs/binfmt_flat.c index b1c902e319c1..c94d52eafd1b 100644 --- a/trunk/fs/binfmt_flat.c +++ b/trunk/fs/binfmt_flat.c @@ -510,7 +510,7 @@ static int load_flat_file(struct linux_binprm * bprm, } /* OK, This is the point of no return */ - set_personality(PER_LINUX); + set_personality(PER_LINUX_32BIT); } /*