Index: head/net/stund/files/patch-udp.cxx =================================================================== --- head/net/stund/files/patch-udp.cxx (nonexistent) +++ head/net/stund/files/patch-udp.cxx (revision 474396) @@ -0,0 +1,11 @@ +--- udp.cxx.orig 2018-07-10 16:05:16 UTC ++++ udp.cxx +@@ -64,7 +64,7 @@ openPort( unsigned short port, unsigned + } + } + +- if ( bind( fd,(struct sockaddr*)&addr, sizeof(addr)) != 0 ) ++ if ( ::bind( fd,(struct sockaddr*)&addr, sizeof(addr)) != 0 ) + { + int e = getErrno(); + Property changes on: head/net/stund/files/patch-udp.cxx ___________________________________________________________________ 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