diff options
Diffstat (limited to 'libexec/ld.so/mips/archdep.h')
-rw-r--r-- | libexec/ld.so/mips/archdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/ld.so/mips/archdep.h b/libexec/ld.so/mips/archdep.h index 929325909b7..36dc6856835 100644 --- a/libexec/ld.so/mips/archdep.h +++ b/libexec/ld.so/mips/archdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: archdep.h,v 1.4 2002/10/23 12:38:29 pefo Exp $ */ +/* $OpenBSD: archdep.h,v 1.5 2003/02/15 22:43:06 drahn Exp $ */ /* * Copyright (c) 1998-2002 Opsycon AB, Sweden. @@ -98,4 +98,6 @@ RELOC_GOT(struct elf_object *dynld, long loff) dynld->status |= STAT_GOT_DONE; } +#define GOT_PERMS PROT_READ + #endif /* _MIPS_ARCHDEP_H_ */ |