summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_select/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkg_select/patches/patch-aa')
-rw-r--r--pkgtools/pkg_select/patches/patch-aa15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgtools/pkg_select/patches/patch-aa b/pkgtools/pkg_select/patches/patch-aa
deleted file mode 100644
index 9749922e41b..00000000000
--- a/pkgtools/pkg_select/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2006/03/13 00:13:37 minskim Exp $
-
---- pkg_select.h.orig 2005-03-09 03:30:07.000000000 -0800
-+++ pkg_select.h
-@@ -45,6 +45,10 @@
- #include "texts.h"
- #include "live.h"
-
-+#ifndef SLIST_HEAD_INITIALIZER
-+#define SLIST_HEAD_INITIALIZER(head) { NULL }
-+#endif
-+
- #define IN_PKGSRC 1
- #define IN_PKGDB 0
- #define IN_DEPENDS 2