summaryrefslogtreecommitdiff
path: root/net/libupnp/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/libupnp/patches/patch-ae')
-rw-r--r--net/libupnp/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/libupnp/patches/patch-ae b/net/libupnp/patches/patch-ae
new file mode 100644
index 00000000000..f640d70e78e
--- /dev/null
+++ b/net/libupnp/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1.1.1 2006/06/03 23:29:24 rh Exp $
+
+--- upnp/src/api/upnpapi.c.orig 2006-03-01 08:27:59.000000000 +1000
++++ upnp/src/api/upnpapi.c
+@@ -68,6 +68,8 @@
+ /*
+ ****************** */
+
++virtualDirList *pVirtualDirList;
++
+ //Mutex to synchronize the subscription handling at the client side
+ CLIENTONLY( ithread_mutex_t GlobalClientSubscribeMutex;
+ )