diff options
Diffstat (limited to 'net/linuxigd/files/patch-gateway.cpp')
-rw-r--r-- | net/linuxigd/files/patch-gateway.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/linuxigd/files/patch-gateway.cpp b/net/linuxigd/files/patch-gateway.cpp deleted file mode 100644 index ce5f1109014d..000000000000 --- a/net/linuxigd/files/patch-gateway.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- gateway.cpp.orig Sat May 18 05:11:23 2002 -+++ gateway.cpp Sat Aug 3 22:10:54 2002 -@@ -49,6 +49,7 @@ - - // The global GATE object - Gate gate; -+char *ExtIf; - - // Callback Function wrapper. This is needed because ISO forbids a pointer to a bound - // member function. This corrects the issue. -@@ -140,6 +141,7 @@ - UpnpFinish(); - exit(1); - } -+ ExtIf = argv[1]; - gate.m_ipcon = new IPCon(argv[1]); - syslog(LOG_DEBUG, "Registering the root device\n"); - if ((ret = UpnpRegisterRootDevice(desc_doc_url, GateDeviceCallbackEventHandler, |