s
function)
int fd = open("/dev/urandom", O_RDONLY);
^~~~
Signed-off-by: Nicolas Dechesne
---
src/util/rand_xor.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/util/rand_xor.c b/src/util/rand_xor.c
index de05fa64b3..de04bbc284 100644
On Thu, Jun 1, 2017 at 3:27 PM, Eric Engestrom
wrote:
> On Thursday, 2017-06-01 12:13:18 +0200, Nicolas Dechesne wrote:
>> Fixes for:
>>
>> src/util/rand_xor.c:60:13: error: implicit declaration of function 'open'
>> [-Werror=implicit-function-declaratio
On Thu, Jun 1, 2017 at 4:53 PM, Emil Velikov wrote:
> Should be handled now. See the documentation for future stable nominations
> [1].
Actually, I don't see the patch in 17.1.2, was it expected?
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
On Mon, Jan 16, 2017 at 4:45 PM, Emil Velikov wrote:
> From: Emil Velikov
>
> Analogous to previous commit.
>
> Fixes: 4610e5ef28e "freedreno/ir3: fix sin/cos"
> Cc: "12.0 13.0"
> Cc: Rob Clark
> Cc: Nicolas Dechesne
> Reported-by: Nicolas Deche