Index: head/net/mosh/files/patch-src_network_network.cc =================================================================== --- head/net/mosh/files/patch-src_network_network.cc (nonexistent) +++ head/net/mosh/files/patch-src_network_network.cc (revision 477363) @@ -0,0 +1,11 @@ +--- src/network/network.cc.orig 2017-07-22 21:14:53 UTC ++++ src/network/network.cc +@@ -335,7 +335,7 @@ bool Connection::try_bind( const char *a + } + } + +- if ( bind( sock(), &local_addr.sa, local_addr_len ) == 0 ) { ++ if ( ::bind( sock(), &local_addr.sa, local_addr_len ) == 0 ) { + set_MTU( local_addr.sa.sa_family ); + return true; + } else if ( i == search_high ) { /* last port to search */ Property changes on: head/net/mosh/files/patch-src_network_network.cc ___________________________________________________________________ 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