X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fbinfmt_flat.c;h=a62fd4018a201199fcb113d37920f3a643c3d321;hb=159099dc3d501f8a39a169125c476f9b25182610;hp=b1c902e319c13dfc82200753f54b4f99102dfb51;hpb=be967b7e2f7747a5ebf2a07ee627d9338491e784;p=linux-2.6 diff --git a/fs/binfmt_flat.c b/fs/binfmt_flat.c index b1c902e319..a62fd4018a 100644 --- a/fs/binfmt_flat.c +++ b/fs/binfmt_flat.c @@ -16,7 +16,6 @@ */ #include -#include #include #include #include @@ -510,7 +509,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); } /*