Am 16.11.2012 20:10, schrieb Anthony Liguori:
> This function was only introduced in glib 2.28.0.
>
> Signed-off-by: Anthony Liguori
In fact it seems that this file should use typesafe qemu-queue.h lists
instead of GSList.
Kevin
This function was only introduced in glib 2.28.0.
Signed-off-by: Anthony Liguori
---
backends/rng-egd.c | 19 ++-
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/backends/rng-egd.c b/backends/rng-egd.c
index ec58358..ad84737 100644
--- a/backends/rng-egd.c
+++ b/ba