summaryrefslogtreecommitdiff
path: root/net/udt/files/patch-md5
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2014-02-11 22:07:04 +0000
committerMikhail Teterin <mi@FreeBSD.org>2014-02-11 22:07:04 +0000
commitb2599704d7a055046811751d349b036f30afdea5 (patch)
tree7f078e61b0cda4317ff40aadc744065e65705667 /net/udt/files/patch-md5
parentX11rdp is an X server for xrdp. (diff)
Relax the compiler warning flags slightly to ensure successful builds
with clang++ (on 10.x and -current). Notified by: pointyhat
Notes
Notes: svn path=/head/; revision=343825
Diffstat (limited to 'net/udt/files/patch-md5')
-rw-r--r--net/udt/files/patch-md53
1 files changed, 2 insertions, 1 deletions
diff --git a/net/udt/files/patch-md5 b/net/udt/files/patch-md5
index cd97a28e68d8..639c2a285784 100644
--- a/net/udt/files/patch-md5
+++ b/net/udt/files/patch-md5
@@ -53,10 +53,11 @@ avoid a strlen().
}
--- src/core.cpp 2013-02-20 11:35:26.000000000 -0500
+++ src/core.cpp 2013-02-26 18:49:00.000000000 -0500
-@@ -40,4 +40,5 @@
+@@ -40,4 +40,6 @@
#ifndef WIN32
+ #include <err.h>
++ #include <stdint.h>
#include <unistd.h>
#include <netdb.h>
@@ -2460,12 +2461,28 @@