summaryrefslogtreecommitdiff
path: root/net/ortp/files/patch-src::stun.c
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-07-10 16:16:32 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-07-10 16:16:32 +0000
commit04ac9cfde8901de5084ad9683bdf88101a281357 (patch)
tree1d9d606d62cabeac86ceeb58d018729fb603b91e /net/ortp/files/patch-src::stun.c
parentremove NO_STAGE. (diff)
Update net/ortp to 0.23.0
PR: 187135 Submitted by: koue@chaosophia.net Approved by: maintainer timeout (4 months)
Notes
Notes: svn path=/head/; revision=361473
Diffstat (limited to 'net/ortp/files/patch-src::stun.c')
-rw-r--r--net/ortp/files/patch-src::stun.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/ortp/files/patch-src::stun.c b/net/ortp/files/patch-src::stun.c
deleted file mode 100644
index 7bb3d65f9562..000000000000
--- a/net/ortp/files/patch-src::stun.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- src/stun.c
-+++ src/stun.c
-@@ -768,7 +768,7 @@
- read(fd,&tick,sizeof(tick));
- closesocket(fd);
- }
--#elif defined(__linux)
-+#elif defined(__linux) || defined (__FreeBSD__)
- {
- fd_set fdSet;
- int maxFd=0;