diff options
author | 2008-06-14 14:42:55 +0000 | |
---|---|---|
committer | 2008-06-14 14:42:55 +0000 | |
commit | 1d5b708f47a08da612f3586e028a48e829af19a9 (patch) | |
tree | f9acd8bf394fa14af2c487e80d6b16aafe55c766 | |
parent | id tag. (diff) | |
download | wireguard-openbsd-1d5b708f47a08da612f3586e028a48e829af19a9.tar.xz wireguard-openbsd-1d5b708f47a08da612f3586e028a48e829af19a9.zip |
defininig NATIVE_EXEC_ELF is mandatory on ELF platforms.
-rw-r--r-- | sys/arch/hppa/include/exec.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/exec.h b/sys/arch/hppa/include/exec.h index 5f8fc1a49d5..f94766e750c 100644 --- a/sys/arch/hppa/include/exec.h +++ b/sys/arch/hppa/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.9 2003/11/07 16:41:01 mickey Exp $ */ +/* $OpenBSD: exec.h,v 1.10 2008/06/14 14:42:55 miod Exp $ */ /* * Copyright (c) 1994, The University of Utah and @@ -37,6 +37,7 @@ #define ELF_TARG_DATA ELFDATA2MSB #define ELF_TARG_MACH EM_PARISC +#define NATIVE_EXEC_ELF #define _NLIST_DO_ELF #define _KERN_DO_ELF |