aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2006-06-03 18:25:18 +0000
committerNed Ludd <solar@gentoo.org>2006-06-03 18:25:18 +0000
commitd45806f37ccc9b6e6c843a727312760374bdc2cb (patch)
tree84dd2e4301cccf4a76bff157ee5681210bdbdae7 /porting.h
parent- make sure we really want to read from stdin (diff)
downloadpax-utils-d45806f37ccc9b6e6c843a727312760374bdc2cb.tar.gz
pax-utils-d45806f37ccc9b6e6c843a727312760374bdc2cb.tar.bz2
pax-utils-d45806f37ccc9b6e6c843a727312760374bdc2cb.zip
- add work arounds for NetBSD
Diffstat (limited to 'porting.h')
-rw-r--r--porting.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/porting.h b/porting.h
index b249fae..9165b0c 100644
--- a/porting.h
+++ b/porting.h
@@ -1,7 +1,7 @@
/*
* Copyright 2005-2006 Gentoo Foundation
* Distributed under the terms of the GNU General Public License v2
- * $Header: /var/cvsroot/gentoo-projects/pax-utils/porting.h,v 1.21 2006/05/14 23:49:56 vapier Exp $
+ * $Header: /var/cvsroot/gentoo-projects/pax-utils/porting.h,v 1.22 2006/06/03 18:25:18 solar Exp $
*
* Copyright 2005-2006 Ned Ludd - <solar@gentoo.org>
* Copyright 2005-2006 Mike Frysinger - <vapier@gentoo.org>
@@ -46,7 +46,7 @@
# include <glob.h>
#endif
-#if defined(__GLIBC__) || defined(__UCLIBC__)
+#if defined(__GLIBC__) || defined(__UCLIBC__) || defined(__NetBSD__)
# define __PAX_UTILS_DEFAULT_LD_CACHE_CONFIG "/etc/ld.so.conf"
#elif defined(__FreeBSD__) || defined(__DragonFly__)
# include <elf-hints.h>