summaryrefslogtreecommitdiff
path: root/devel/upnp/files/patch-src::ssdp::ssdplib.c
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-04-05 16:17:07 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-04-05 16:17:07 +0000
commit70050f0ac5d1ef3a1388c6e2b7434809a15d13bf (patch)
tree5165dfc6613d24de44374e6e22e6eca68e7f243c /devel/upnp/files/patch-src::ssdp::ssdplib.c
parentmodify tools.c and set default locale to zh_CN.EUC (diff)
update to upnp 1.2.1
Noticed by: Steve Drew <sdrew@shaw.ca>
Notes
Notes: svn path=/head/; revision=78305
Diffstat (limited to 'devel/upnp/files/patch-src::ssdp::ssdplib.c')
-rw-r--r--devel/upnp/files/patch-src::ssdp::ssdplib.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/upnp/files/patch-src::ssdp::ssdplib.c b/devel/upnp/files/patch-src::ssdp::ssdplib.c
deleted file mode 100644
index a9152fe2e8bd..000000000000
--- a/devel/upnp/files/patch-src::ssdp::ssdplib.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/ssdp/ssdplib.c.orig Thu Aug 16 02:17:31 2001
-+++ src/ssdp/ssdplib.c Sat Aug 3 16:29:39 2002
-@@ -403,7 +403,7 @@
- bzero((char *)&SelfAddr, sizeof(struct sockaddr_in));
-
- SelfAddr.sin_family = AF_INET;
-- SelfAddr.sin_addr.s_addr = inet_addr(SSDP_IP);
-+ SelfAddr.sin_addr.s_addr = htonl(INADDR_ANY);
- SelfAddr.sin_port = htons(SSDP_PORT);
- if (bind( SsdpSock, (struct sockaddr *) &SelfAddr, sizeof(SelfAddr)) != 0)
- {