hal/volume_id util.h,1.5,1.6

David Zeuthen david at freedesktop.org
Fri Jul 15 12:12:45 PDT 2005


Update of /cvs/hal/hal/volume_id
In directory gabe:/tmp/cvs-serv21674/volume_id

Modified Files:
	util.h 
Log Message:
2005-07-15  David Zeuthen  <davidz at redhat.com>

        Patch from Alvaro Lopez Ortega <alvaro at sun.com>

        * volume_id/util.h: include asm/types.h if we have it

        * configure.in: Fixup check for headers



Index: util.h
===================================================================
RCS file: /cvs/hal/hal/volume_id/util.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- util.h	27 Jun 2005 14:52:03 -0000	1.5
+++ util.h	15 Jul 2005 19:12:43 -0000	1.6
@@ -29,7 +29,12 @@
 #  include <config.h>
 #endif
 
+#ifdef HAVE_ASM_TYPES_H
+#  include <asm/types.h>
+#endif
+
 #include <stdint.h>
+#include <asm/types.h>
 
 /* size of superblock buffer, reiserfs block is at 64k */
 #define SB_BUFFER_SIZE				0x11000




More information about the hal-commit mailing list