hal/tools fstab-sync.c,1.34,1.35
Richard Hughes
hughsient at freedesktop.org
Tue Sep 27 02:42:15 PDT 2005
- Previous message: hal/tools/linux add_selinux.c,1.5,1.6 hal_hotplug.c,1.28,1.29
- Next message: hal/volume_id mac.c, 1.5, 1.6 ocfs2.c, 1.1, 1.2 reiserfs.c, 1.6,
1.7 sysv.c, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/hal/hal/tools
In directory gabe:/tmp/cvs-serv20732/tools
Modified Files:
fstab-sync.c
Log Message:
Replace kernel-style datatypes (like _u8 and __s16) with their appropriate standard datatype.
Index: fstab-sync.c
===================================================================
RCS file: /cvs/hal/hal/tools/fstab-sync.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- fstab-sync.c 29 Jul 2005 17:57:05 -0000 1.34
+++ fstab-sync.c 27 Sep 2005 09:42:13 -0000 1.35
@@ -47,7 +47,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <sys/types.h>
+#include <stdint.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <sys/file.h>
- Previous message: hal/tools/linux add_selinux.c,1.5,1.6 hal_hotplug.c,1.28,1.29
- Next message: hal/volume_id mac.c, 1.5, 1.6 ocfs2.c, 1.1, 1.2 reiserfs.c, 1.6,
1.7 sysv.c, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list