FreeBSD Bugzilla – Attachment 210253 Details for
Bug 242908
devel/caf: fix build on GCC architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
caf.patch (text/plain), 3.07 KB, created by
Piotr Kubaj
on 2019-12-27 14:54:32 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-12-27 14:54:32 UTC
Size:
3.07 KB
patch
obsolete
>Index: files/patch-libcaf__io_src_io_network_default__multiplexer.cpp >=================================================================== >--- files/patch-libcaf__io_src_io_network_default__multiplexer.cpp (nonexistent) >+++ files/patch-libcaf__io_src_io_network_default__multiplexer.cpp (working copy) >@@ -0,0 +1,15 @@ >+--- libcaf_io/src/io/network/default_multiplexer.cpp.orig 2019-12-27 13:41:05 UTC >++++ libcaf_io/src/io/network/default_multiplexer.cpp >+@@ -63,11 +63,11 @@ >+ # include <cerrno> >+ # include <fcntl.h> >+ # include <netdb.h> >++# include <sys/types.h> >+ # include <netinet/in.h> >+ # include <netinet/ip.h> >+ # include <netinet/tcp.h> >+ # include <sys/socket.h> >+-# include <sys/types.h> >+ # include <unistd.h> >+ # ifdef CAF_POLL_MULTIPLEXER >+ # include <poll.h> > >Property changes on: files/patch-libcaf__io_src_io_network_default__multiplexer.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-libcaf__io_src_io_network_ip__endpoint.cpp >=================================================================== >--- files/patch-libcaf__io_src_io_network_ip__endpoint.cpp (nonexistent) >+++ files/patch-libcaf__io_src_io_network_ip__endpoint.cpp (working copy) >@@ -0,0 +1,10 @@ >+--- libcaf_io/src/io/network/ip_endpoint.cpp.orig 2019-12-27 13:50:38 UTC >++++ libcaf_io/src/io/network/ip_endpoint.cpp >+@@ -30,6 +30,7 @@ >+ # include <ws2tcpip.h> >+ # include <ws2ipdef.h> >+ #else >++# include <sys/types.h> >+ # include <arpa/inet.h> >+ # include <cerrno> >+ # include <netinet/in.h> > >Property changes on: files/patch-libcaf__io_src_io_network_ip__endpoint.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-libcaf__io_src_io_network_native__socket.cpp >=================================================================== >--- files/patch-libcaf__io_src_io_network_native__socket.cpp (nonexistent) >+++ files/patch-libcaf__io_src_io_network_native__socket.cpp (working copy) >@@ -0,0 +1,10 @@ >+--- libcaf_io/src/io/network/native_socket.cpp.orig 2019-12-27 13:58:36 UTC >++++ libcaf_io/src/io/network/native_socket.cpp >+@@ -47,6 +47,7 @@ >+ # include <arpa/inet.h> >+ # include <cerrno> >+ # include <fcntl.h> >++# include <sys/types.h> >+ # include <netinet/in.h> >+ # include <netinet/ip.h> >+ # include <netinet/tcp.h> > >Property changes on: files/patch-libcaf__io_src_io_network_native__socket.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
pkubaj
:
maintainer-approval?
(
leres
)
Actions:
View
|
Diff
Attachments on
bug 242908
: 210253