diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-05-24 20:16:13 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-05-24 20:16:13 +0000 |
commit | 6f87c994e188c5ccef743be390012f0dc3392e83 (patch) | |
tree | 80c189352073c3b3686bbec19bebb0085aaf923c /libexec/ld.so/powerpc | |
parent | 9d6daec549bf5305311f797a90baec7338ba9c88 (diff) |
Change define used to deal with PLT protection, use postive logic not negative.
ok mickey@
Diffstat (limited to 'libexec/ld.so/powerpc')
-rw-r--r-- | libexec/ld.so/powerpc/archdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/ld.so/powerpc/archdep.h b/libexec/ld.so/powerpc/archdep.h index f4650b8b515..e0d5cd1f94b 100644 --- a/libexec/ld.so/powerpc/archdep.h +++ b/libexec/ld.so/powerpc/archdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: archdep.h,v 1.12 2003/06/09 16:10:04 deraadt Exp $ */ +/* $OpenBSD: archdep.h,v 1.13 2004/05/24 20:16:12 drahn Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -41,6 +41,8 @@ #include "syscall.h" #include "util.h" +#define RTLD_PROTECT_PLT + /* HACK */ #define DT_PROCNUM 0 #ifndef DT_BIND_NOW |