diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1189,7 +1189,7 @@ int search_binary_handler(struct linux_binprm *bprm,struct pt_regs *regs) | |||
1189 | return retval; | 1189 | return retval; |
1190 | 1190 | ||
1191 | /* Remember if the application is TASO. */ | 1191 | /* Remember if the application is TASO. */ |
1192 | bprm->sh_bang = eh->ah.entry < 0x100000000UL; | 1192 | bprm->taso = eh->ah.entry < 0x100000000UL; |
1193 | 1193 | ||
1194 | bprm->file = file; | 1194 | bprm->file = file; |
1195 | bprm->loader = loader; | 1195 | bprm->loader = loader; |