1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 03:00:42 -04:00
ports/net-p2p/libbt/files/patch-src__udpproto.c
Yuri Victorovich c32ab33b69 net-p2p/libbt: Update 1.05 -> 1.06
egypcio@googlemail.com takes maintainership

Port changes:
* Add DOCS option
* Add to dependencies
* Port cleanup

PR:		231033
Submitted by:	Vinícius Zavam <egypcio@googlemail.com> (original version)
Submitted by:	Nathan <ndowens@yahoo.com> (final version)
2018-09-01 19:33:30 +00:00

11 lines
218 B
C

--- src/udpproto.c.orig 2018-08-30 18:56:26 UTC
+++ src/udpproto.c
@@ -4,7 +4,7 @@
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
-
+#include <limits.h>
#include <arpa/inet.h>
#include "udpproto.h"