Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 2 Jul 2015 00:14:58 +0300
From: Roman Yeryomin <roman@...t.com>
To: musl <musl@...ts.openwall.com>
Subject: Re: [PATCH] socket.h: fix SO_* for mips

On Wed, Jul 1, 2015 at 11:16 PM, Szabolcs Nagy <nsz@...t70.net> wrote:
> * Roman Yeryomin <roman@...t.com> [2015-07-01 19:27:08 +0300]:
>> Signed-off-by: Roman Yeryomin <roman@...t.com>
>> ---
>>  arch/mips/bits/socket.h    | 31 ++++++++++++++++++-------------
>>  arch/powerpc/bits/socket.h |  9 ++++++---
>>  include/sys/socket.h       |  6 +++---
>>  3 files changed, 27 insertions(+), 19 deletions(-)
>>
>
>> +#define SO_ACCEPTCONN   0x1009
>> +#define SO_PROTOCOL     0x1028
>> +#define SO_DOMAIN       0x1029
>
> i assume these 3 were wrong in generic sys/socket.h
> and eveything else is ok, just reordered
>

Yes, these 3 are added to mips, powerpc and put under ifdef in
sys/socket.h to avoid redefines.
Other changes in mips bits/socket.h is reordering and rewriting in hex
to be somewhat consistent and easily comparable with asm/socket.h


Regards,
Roman

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.