diff options
Diffstat (limited to 'fs/exec.c')
-rw-r--r-- | fs/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1166,7 +1166,7 @@ int search_binary_handler(struct linux_binprm *bprm,struct pt_regs *regs) | |||
1166 | { | 1166 | { |
1167 | int try,retval; | 1167 | int try,retval; |
1168 | struct linux_binfmt *fmt; | 1168 | struct linux_binfmt *fmt; |
1169 | #ifdef __alpha__ | 1169 | #if defined(__alpha__) && defined(CONFIG_ARCH_SUPPORTS_AOUT) |
1170 | /* handle /sbin/loader.. */ | 1170 | /* handle /sbin/loader.. */ |
1171 | { | 1171 | { |
1172 | struct exec * eh = (struct exec *) bprm->buf; | 1172 | struct exec * eh = (struct exec *) bprm->buf; |