hal/hald/linux2/probing probe-pc-floppy.c, 1.3, 1.4 probe-storage.c, 1.9, 1.10 probe-volume.c, 1.10, 1.11

Kay Sievers kay at freedesktop.org
Sat Jul 2 04:20:43 PDT 2005


Update of /cvs/hal/hal/hald/linux2/probing
In directory gabe:/tmp/cvs-serv2409/hald/linux2/probing

Modified Files:
	probe-pc-floppy.c probe-storage.c probe-volume.c 
Log Message:
2005-07-02  Kay Sievers  <kay.sievers at vrfy.org>

        * configure.in:
        * hald/linux2/addons/addon-storage.c:
        * hald/linux2/probing/probe-pc-floppy.c:
        * hald/linux2/probing/probe-storage.c:
        * hald/linux2/probing/probe-volume.c:
        * tools/linux/add_selinux.c:
        Revert <sys/mount.h> include, as some popular systems
        still use ancient libc-kernel-headers.



Index: probe-pc-floppy.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/probing/probe-pc-floppy.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- probe-pc-floppy.c	1 Jul 2005 15:50:32 -0000	1.3
+++ probe-pc-floppy.c	2 Jul 2005 11:20:41 -0000	1.4
@@ -39,7 +39,7 @@
 #include <unistd.h>
 #include <linux/kdev_t.h>
 #include <linux/cdrom.h>
-#include <sys/mount.h>
+#include <linux/fs.h>
 #include <linux/fd.h>
 
 #include "libhal/libhal.h"

Index: probe-storage.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/probing/probe-storage.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- probe-storage.c	1 Jul 2005 15:50:34 -0000	1.9
+++ probe-storage.c	2 Jul 2005 11:20:41 -0000	1.10
@@ -39,7 +39,7 @@
 #include <unistd.h>
 #include <linux/kdev_t.h>
 #include <linux/cdrom.h>
-#include <sys/mount.h>
+#include <linux/fs.h>
 #include <mntent.h>
 
 #include "libhal/libhal.h"

Index: probe-volume.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/probing/probe-volume.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- probe-volume.c	1 Jul 2005 15:50:34 -0000	1.10
+++ probe-volume.c	2 Jul 2005 11:20:41 -0000	1.11
@@ -40,7 +40,7 @@
 #include <ctype.h>
 #include <linux/kdev_t.h>
 #include <linux/cdrom.h>
-#include <sys/mount.h>
+#include <linux/fs.h>
 #include <time.h>
 #include <sys/time.h>
 




More information about the hal-commit mailing list