summaryrefslogtreecommitdiff
path: root/net/libupnp/patches/patch-ae
blob: f640d70e78e6ed20b7093955ed9ae5f18212875b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
      )