hal/tools fstab-sync.c,1.34,1.35

Richard Hughes hughsient at freedesktop.org
Tue Sep 27 02:42:15 PDT 2005


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>




More information about the hal-commit mailing list