[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re : [Qemu-devel] [patch] use socklen_t with getsockopt()
From: |
Jamie Lokier |
Subject: |
Re: Re : [Qemu-devel] [patch] use socklen_t with getsockopt() |
Date: |
Thu, 5 Apr 2007 11:42:21 +0100 |
User-agent: |
Mutt/1.4.1i |
Sylvain Petreolle wrote:
> Was incorrect before too, since it was sizeof(int) in the first place ?
The old type of "val" was "int", so it made no different to the size.
When "val" is of type socklen_t, it matters.
-- Jamie