mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
comms/libusbmuxd: Update to 2.0.2 comms/usbmuxd: Update to 1.1.1 devel/libplist: Update to 2.2.0 Resurrect comms/py-libimobiledevice, update to 1.3.0 Resurrect devel/py-libplist, update to 2.2.0 Take maintainership of the ports listed above. Bump PORTREVISION on consumers and adjust LIB_DEPENDS to new versioned library names.
13 lines
392 B
C
13 lines
392 B
C
client.c:210:18: error: use of undeclared identifier 'IPPROTO_TCP'
|
|
setsockopt(cfd, IPPROTO_TCP, TCP_NODELAY, (void*)&yes, sizeof(int));
|
|
|
|
--- src/client.c.orig 2020-06-09 16:20:07 UTC
|
|
+++ src/client.c
|
|
@@ -31,6 +31,7 @@
|
|
#include <unistd.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
+#include <netinet/in.h>
|
|
#include <netinet/tcp.h>
|
|
#include <sys/un.h>
|
|
#include <arpa/inet.h>
|