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

@@ -54,7 +54,7 @@ __RCSID("$NetBSD: file.c,v 1.16 2016/06/08 01:11:49 christos Exp $");
# if defined(__NetBSD__)
# include <sys/exec_elf.h>
# else
# define NOELF
# include "../netbsd_h/exec_elf.h"
# endif
#endif /* NOELF */