summaryrefslogtreecommitdiff
path: root/devel/upnp104/files/patch-src::api::upnpapi.c
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2002-08-04 07:31:27 +0000
committerClive Lin <clive@FreeBSD.org>2002-08-04 07:31:27 +0000
commit2711126f9a505638a6988c2ce3a5dac2c2b1824d (patch)
treec7db53187901a7b41aff2b4ee309ae9c340fbcac /devel/upnp104/files/patch-src::api::upnpapi.c
parentUpgrade to 1.27 (diff)
New port: SDK for UPnP Devices
This is Linux SDK for UPnP Devices 1.0, an Open Source Universal Plug and Play Development Kit. PR: ports/41294 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Notes
Notes: svn path=/head/; revision=63952
Diffstat (limited to 'devel/upnp104/files/patch-src::api::upnpapi.c')
-rw-r--r--devel/upnp104/files/patch-src::api::upnpapi.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/upnp104/files/patch-src::api::upnpapi.c b/devel/upnp104/files/patch-src::api::upnpapi.c
new file mode 100644
index 000000000000..d08caa93fc7a
--- /dev/null
+++ b/devel/upnp104/files/patch-src::api::upnpapi.c
@@ -0,0 +1,11 @@
+--- src/api/upnpapi.c.orig Fri Jun 15 08:22:15 2001
++++ src/api/upnpapi.c Sat Aug 3 16:29:38 2002
+@@ -44,7 +44,7 @@
+ #include<string.h>
+
+ #include <sys/ioctl.h>
+-#include <linux/if.h>
++#include <net/if.h>
+ #include <sys/utsname.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>