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:
Scott McCreary 2010-09-18 17:26:55 +00:00
parent e86eb77b1b
commit bb05c02ef9

View File

@ -184,7 +184,7 @@ int setsockopt(int socket, int level, int option, const void *value,
socklen_t length);
int shutdown(int socket, int how);
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]);
#if __cplusplus