hal: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Mon Dec 3 04:59:00 PST 2007
tools/hal-disable-polling.c | 1 +
1 file changed, 1 insertion(+)
New commits:
commit df92c43645e97a8be97deefd06413890fe3532f1
Author: Michael Biebl <mbiebl at gmail.com>
Date: Mon Dec 3 13:50:51 2007 +0100
fix implicit pointer conversion
Fixed missing include in hal-disable-polling.c which leading to an
implicit pointer conversion which in turn can lead to problems.
Please see [1] for more details.
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23447657
diff --git a/tools/hal-disable-polling.c b/tools/hal-disable-polling.c
index 90afc4e..20bcd49 100644
--- a/tools/hal-disable-polling.c
+++ b/tools/hal-disable-polling.c
@@ -28,6 +28,7 @@
# include <config.h>
#endif
+#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#include <stdlib.h>
More information about the hal-commit
mailing list