diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-06-08 09:19:35 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-06-08 09:19:35 +0000 |
| commit | 2e91d07af94de6b6c20bf97ae7f0b69897134ac4 (patch) | |
| tree | ae3ee253ae22261cd9d248317b1f043c0a68789d | |
| parent | 1747fd3131c5b8c8c4dc602f58c54e1f1ca4ec8c (diff) | |
Notes
| -rw-r--r-- | sys/kern/imgact_elf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/imgact_elf.c b/sys/kern/imgact_elf.c index aabe534bb58e..58af554f21c1 100644 --- a/sys/kern/imgact_elf.c +++ b/sys/kern/imgact_elf.c @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: imgact_elf.c,v 1.24 1998/04/28 18:15:07 eivind Exp $ + * $Id: imgact_elf.c,v 1.25 1998/06/07 17:11:31 dfr Exp $ */ #include "opt_rlimit.h" @@ -157,7 +157,7 @@ elf_check_header(const Elf_Ehdr *hdr, int type) hdr->e_ident[EI_MAG3] == ELFMAG3)) return ENOEXEC; -#ifdef __i396__ +#ifdef __i386__ if (hdr->e_machine != EM_386 && hdr->e_machine != EM_486) #endif #ifdef __alpha__ |
