blob: 72eafbdf9c96d3e63563957a11448c4ca45683b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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();
|