hal/hald/linux2/addons addon-storage.c,1.8,1.9
Kay Sievers
kay at freedesktop.org
Sat Jul 2 04:20:43 PDT 2005
- Previous message: hal ChangeLog,1.544,1.545 configure.in,1.89,1.90
- Next message: 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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/hal/hal/hald/linux2/addons
In directory gabe:/tmp/cvs-serv2409/hald/linux2/addons
Modified Files:
addon-storage.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: addon-storage.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/addons/addon-storage.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- addon-storage.c 1 Jul 2005 15:50:31 -0000 1.8
+++ addon-storage.c 2 Jul 2005 11:20:41 -0000 1.9
@@ -40,7 +40,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"
- Previous message: hal ChangeLog,1.544,1.545 configure.in,1.89,1.90
- Next message: 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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list