Fixed a dummy argument conflict, this was detected when fixing #5784.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38711 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -184,7 +184,7 @@ int setsockopt(int socket, int level, int option, const void *value,
|
|||||||
socklen_t length);
|
socklen_t length);
|
||||||
int shutdown(int socket, int how);
|
int shutdown(int socket, int how);
|
||||||
int socket(int domain, int type, int protocol);
|
int socket(int domain, int type, int protocol);
|
||||||
int sockatmark(int socket);
|
int sockatmark(int );
|
||||||
int socketpair(int domain, int type, int protocol, int socketVector[2]);
|
int socketpair(int domain, int type, int protocol, int socketVector[2]);
|
||||||
|
|
||||||
#if __cplusplus
|
#if __cplusplus
|
||||||
|
|||||||
Reference in New Issue
Block a user