hal/tools/linux add_selinux.c,1.2,1.3
Kay Sievers
kay at freedesktop.org
Fri Jul 1 08:50:40 PDT 2005
- Previous message: hal ChangeLog,1.541,1.542 configure.in,1.87,1.88
- Next message: hal/hald/linux2/probing probe-pc-floppy.c, 1.2, 1.3 probe-storage.c,
1.8, 1.9 probe-volume.c, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/hal/hal/tools/linux
In directory gabe:/tmp/cvs-serv23295/tools/linux
Modified Files:
add_selinux.c
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: add_selinux.c
===================================================================
RCS file: /cvs/hal/hal/tools/linux/add_selinux.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- add_selinux.c 13 Mar 2005 23:28:40 -0000 1.2
+++ add_selinux.c 1 Jul 2005 15:50:34 -0000 1.3
@@ -40,7 +40,7 @@
#include <unistd.h>
#include <linux/kdev_t.h>
#include <linux/cdrom.h>
-#include <linux/fs.h>
+#include <sys/mount.h>
#include <mntent.h>
#include <selinux/selinux.h>
- Previous message: hal ChangeLog,1.541,1.542 configure.in,1.87,1.88
- Next message: hal/hald/linux2/probing probe-pc-floppy.c, 1.2, 1.3 probe-storage.c,
1.8, 1.9 probe-volume.c, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list