summaryrefslogtreecommitdiff
path: root/net/ortp/files/patch-src::stun.c
diff options
context:
space:
mode:
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;