hal/volume_id dasd.c,1.2,1.3

David Zeuthen david at freedesktop.org
Sun Jun 26 21:32:30 PDT 2005


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

Modified Files:
	dasd.c 
Log Message:
2005-06-27  David Zeuthen  <davidz at redhat.com>

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

        * volume_id/dasd.c: Use HAVE_SYS_IOCCOM_H to conditionally include
        sys/ioccom.h

        * configure.in: Check for sys/ioccom.h



Index: dasd.c
===================================================================
RCS file: /cvs/hal/hal/volume_id/dasd.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dasd.c	16 Feb 2005 22:40:47 -0000	1.2
+++ dasd.c	27 Jun 2005 04:32:28 -0000	1.3
@@ -34,6 +34,10 @@
 #include <sys/ioctl.h>
 #include <asm/types.h>
 
+#ifdef HAVE_SYS_IOCCOM_H
+# include <sys/ioccom.h>
+#endif
+
 #include "volume_id.h"
 #include "logging.h"
 #include "util.h"




More information about the hal-commit mailing list