summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat/files/namespace.h
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-03-12 15:21:13 +0000
committergrant <grant@pkgsrc.org>2004-03-12 15:21:13 +0000
commit6a9f504b2859a07b6e903a8d8b921b4711a81c20 (patch)
tree8bf154d42a08d945c495093a59e6380566988ab9 /pkgtools/libnbcompat/files/namespace.h
parentcba6095e9c9f3ee9b1f29ee60b8ba035aedef07a (diff)
downloadpkgsrc-6a9f504b2859a07b6e903a8d8b921b4711a81c20.tar.gz
#if 0 out the __weak_alias stuff, which isn't needed here. should fix
build on OpenBSD ELF platforms.
Diffstat (limited to 'pkgtools/libnbcompat/files/namespace.h')
-rw-r--r--pkgtools/libnbcompat/files/namespace.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/libnbcompat/files/namespace.h b/pkgtools/libnbcompat/files/namespace.h
index 408f4f9ca02..3294caf6b20 100644
--- a/pkgtools/libnbcompat/files/namespace.h
+++ b/pkgtools/libnbcompat/files/namespace.h
@@ -1,4 +1,4 @@
-/* $NetBSD: namespace.h,v 1.3 2003/09/03 13:11:14 jlam Exp $ */
+/* $NetBSD: namespace.h,v 1.4 2004/03/12 15:21:13 grant Exp $ */
/*-
* Copyright (c) 1997-2002 The NetBSD Foundation, Inc.
@@ -42,6 +42,7 @@
#include <sys/cdefs.h>
#endif
+#if 0
#define brk _brk
#define catclose _catclose
#define catgets _catgets
@@ -622,5 +623,6 @@
#define dladdr __dladdr
#define fmtcheck __fmtcheck
#endif /* __weak_alias */
+#endif
#endif /* _NAMESPACE_H_ */