hal ChangeLog,1.541,1.542 configure.in,1.87,1.88
Kay Sievers
kay at freedesktop.org
Fri Jul 1 08:50:34 PDT 2005
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv23295
Modified Files:
ChangeLog configure.in
Log Message:
2005-07-01 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:
Switch <linux/fs.h> include to <sys/mount.h> to fix missing
typedefs in the kernel headers on exotic architectures.
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.541
retrieving revision 1.542
diff -u -d -r1.541 -r1.542
--- ChangeLog 1 Jul 2005 11:08:54 -0000 1.541
+++ ChangeLog 1 Jul 2005 15:50:29 -0000 1.542
@@ -1,5 +1,16 @@
2005-07-01 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:
+ Switch <linux/fs.h> include to <sys/mount.h> to fix missing
+ typedefs in the kernel headers on exotic architectures.
+
+2005-07-01 Kay Sievers <kay.sievers at vrfy.org>
+
* hald/linux2/addons/addon-storage.c: (force_unmount):
Terminate execl() argument list.
Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- configure.in 29 Jun 2005 20:21:04 -0000 1.87
+++ configure.in 1 Jul 2005 15:50:31 -0000 1.88
@@ -294,8 +294,7 @@
AC_MSG_CHECKING(for BLKGETSIZE64)
AC_TRY_COMPILE(
[#include <sys/types.h>
-#include <linux/ioctl.h>
-#include <linux/fs.h>],
+#include <sys/mount.h>],
[int main(int argc, char *argv[])
{
int fd = 0;
More information about the hal-commit
mailing list