hal: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Wed Sep 13 14:26:08 PDT 2006


 hald/linux/classdev.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

New commits:
diff-tree 025d3781e2c8fd0133934fd4c94e55d0178940c7 (from 11dbbc69c4ebc31e1113fe617f349315df5bfa1d)
Author: S.Çağlar Onur <caglar at pardus.org.tr>
Date:   Wed Sep 13 17:25:31 2006 -0400

    get ARPHRD_IEEE80211_RADIOTAP and similar from kernel, not glibc headers

diff --git a/hald/linux/classdev.c b/hald/linux/classdev.c
index 4e6d2c2..e29a61b 100644
--- a/hald/linux/classdev.c
+++ b/hald/linux/classdev.c
@@ -31,8 +31,9 @@
 
 #include <ctype.h>
 #include <limits.h>
+#include <sys/socket.h>   /* for ifru_* has incomplete type */
 #include <linux/types.h>
-#include <net/if_arp.h> /* for ARPHRD_... */
+#include <linux/if_arp.h> /* for ARPHRD_... */
 #include <stdlib.h>
 #include <string.h>
 #include <stdint.h>


More information about the hal-commit mailing list