Modify exec_elf.h for Linux, making mopcopy work for ELF.

This commit is contained in:
Boris Gjenero
2020-10-22 01:06:28 -04:00
parent d1a3cae84a
commit ceabac12a6
3 changed files with 5 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ __RCSID("$NetBSD: mopcopy.c,v 1.7 2019/12/27 09:41:52 msaitoh Exp $");
# if defined(__NetBSD__)
# include <sys/exec_elf.h>
# else
# define NOELF
# include "../netbsd_h/exec_elf.h"
# endif
# if !defined(EM_VAX)
# define EM_VAX 75