diff options
author | 2005-05-21 18:04:01 +0000 | |
---|---|---|
committer | 2005-05-21 18:04:01 +0000 | |
commit | 83d51fefd6ca3eb1fbed7f7e5913f446c24e93fb (patch) | |
tree | e8c41c9827dcfa9ce166ccce673cd9d3ec8985b2 | |
parent | backout part of rev 1.35, which breaks some 5704-based fibre interfaces on (diff) | |
download | wireguard-openbsd-83d51fefd6ca3eb1fbed7f7e5913f446c24e93fb.tar.xz wireguard-openbsd-83d51fefd6ca3eb1fbed7f7e5913f446c24e93fb.zip |
elf64 of course!
-rw-r--r-- | sys/arch/hppa64/include/exec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa64/include/exec.h b/sys/arch/hppa64/include/exec.h index 3b2ccc70267..4967866a49b 100644 --- a/sys/arch/hppa64/include/exec.h +++ b/sys/arch/hppa64/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.1 2005/04/01 10:40:48 mickey Exp $ */ +/* $OpenBSD: exec.h,v 1.2 2005/05/21 18:04:01 mickey Exp $ */ /* * Copyright (c) 1994, The University of Utah and @@ -39,7 +39,7 @@ #define NATIVE_EXEC_ELF #define _NLIST_DO_ELF -#define _KERN_DO_ELF +#define _KERN_DO_ELF64 /* * the following MD ELF values defenitions are from the: |