hal ChangeLog,1.544,1.545 configure.in,1.89,1.90

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


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

Modified Files:
	ChangeLog configure.in 
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: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.544
retrieving revision 1.545
diff -u -d -r1.544 -r1.545
--- ChangeLog	1 Jul 2005 18:16:46 -0000	1.544
+++ ChangeLog	2 Jul 2005 11:20:41 -0000	1.545
@@ -1,3 +1,14 @@
+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.
+
 2005-07-01  Kay Sievers  <kay.sievers at vrfy.org>
 
 	* configure.in:

Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- configure.in	1 Jul 2005 18:16:46 -0000	1.89
+++ configure.in	2 Jul 2005 11:20:41 -0000	1.90
@@ -291,10 +291,14 @@
 AC_MSG_RESULT(yes)
 
 # Check for BLKGETSIZE64
+AC_CHECK_TYPE(pgoff_t, ,
+              [AC_DEFINE(pgoff_t, unsigned long, [Index into the pagecache])],
+               /usr/include/sys/types.h)
 AC_MSG_CHECKING(for BLKGETSIZE64)
 AC_TRY_COMPILE(
 [#include <sys/types.h>
-#include <sys/mount.h>],
+#include <linux/ioctl.h>
+#include <linux/fs.h>],
 [int main(int argc, char *argv[])
 {
 	int fd = 0;




More information about the hal-commit mailing list