summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_select/patches/patch-aa
blob: 9749922e41bfa1913f0ad86ebb574577a1fa3ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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