summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkg_install/patches/patch-aj')
-rw-r--r--pkgtools/pkg_install/patches/patch-aj16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkgtools/pkg_install/patches/patch-aj b/pkgtools/pkg_install/patches/patch-aj
deleted file mode 100644
index c170266695a..00000000000
--- a/pkgtools/pkg_install/patches/patch-aj
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aj,v 1.2 2002/11/23 22:49:48 jschauma Exp $
-
---- lib/path.h.orig Sat Nov 23 17:44:03 2002
-+++ lib/path.h Sat Nov 23 17:44:59 2002
-@@ -38,3 +38,11 @@
- void path_prepend_from_pkgname(const char *);
- void path_prepend_clear(void);
- void path_setenv(const char *);
-+
-+#ifndef TAILQ_FOREACH
-+#define TAILQ_FOREACH(var, head, field) \
-+ for ((var) = ((head)->tqh_first); \
-+ (var); \
-+ (var) = ((var)->field.tqe_next))
-+#endif
-+