X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fbinfmt_flat.c;h=a62fd4018a201199fcb113d37920f3a643c3d321;hb=62752ee198dca9209b7dee504763e51b11e9e0ca;hp=b1c902e319c13dfc82200753f54b4f99102dfb51;hpb=f0cd91a68acdc9b49d7f6738b514a426da627649;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); } /*