diff options
Diffstat (limited to 'sys/arch/hppa/include')
-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 |