aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-07-25 13:47:58 +0530
committerMike Frysinger <vapier@gentoo.org>2016-11-12 02:10:04 -0500
commit02ab226f7ff6bcc4a5943c1c7e5aef3ccebc33e3 (patch)
treeeca35ff68b706bcf4d833131ee0e3a634d862e03 /paxldso.h
parentsplit out ld.so.cache & ld.so.conf parsing logic (diff)
downloadpax-utils-02ab226f7ff6bcc4a5943c1c7e5aef3ccebc33e3.tar.gz
pax-utils-02ab226f7ff6bcc4a5943c1c7e5aef3ccebc33e3.tar.bz2
pax-utils-02ab226f7ff6bcc4a5943c1c7e5aef3ccebc33e3.zip
paxldso: delete netbsd cache logic
This doesn't actually parse the cache file, it walks the registered ld.so.conf paths. Since common code takes care of that via with the --use-ldpaths option, delete the duplicate ldpath logic.
Diffstat (limited to 'paxldso.h')
-rw-r--r--paxldso.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/paxldso.h b/paxldso.h
index 2fdc540..bbf8852 100644
--- a/paxldso.h
+++ b/paxldso.h
@@ -14,8 +14,7 @@
*/
#if !defined(__GLIBC__) && \
- !defined(__UCLIBC__) && \
- !defined(__NetBSD__)
+ !defined(__UCLIBC__)
# ifdef __ELF__
# warning Cache support not implemented for your target
# endif