[haiku-commits] r38711 - haiku/trunk/headers/posix/sys

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 18 Sep 2010 19:26:55 +0200 (CEST)

Author: scottmc
Date: 2010-09-18 19:26:55 +0200 (Sat, 18 Sep 2010)
New Revision: 38711
Changeset: http://dev.haiku-os.org/changeset/38711
Ticket: http://dev.haiku-os.org/ticket/5784

Modified:
   haiku/trunk/headers/posix/sys/socket.h
Log:
Fixed a dummy argument conflict, this was detected when fixing #5784.


Modified: haiku/trunk/headers/posix/sys/socket.h
===================================================================
--- haiku/trunk/headers/posix/sys/socket.h      2010-09-18 16:42:59 UTC (rev 
38710)
+++ haiku/trunk/headers/posix/sys/socket.h      2010-09-18 17:26:55 UTC (rev 
38711)
@@ -184,7 +184,7 @@
                        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


Other related posts: