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

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 18 Sep 2010 15:40:00 -0700

2010/9/18 Jérôme Duval <korli@xxxxxxxxxxxxxxxx>:
> 2010/9/18 scott mc <scottmc2@xxxxxxxxx>:
>
>>
>> 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]);
>>
>
> Why not using another parameter name instead of dropping it?
>
> Bye,
> Jérôme
>
>

Ok.. check r38712...
-scottmc

Other related posts: