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, 0 insertions, 13 deletions
diff --git a/net/libupnp/patches/patch-ae b/net/libupnp/patches/patch-ae
deleted file mode 100644
index f640d70e78e..00000000000
--- a/net/libupnp/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$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;
- )