hal/hald/linux/volume_id volume_id.c,1.15,1.16
David Zeuthen
david at freedesktop.org
Thu Jul 29 10:44:00 PDT 2004
Update of /cvs/hal/hal/hald/linux/volume_id
In directory pdx:/tmp/cvs-serv17816/hald/linux/volume_id
Modified Files:
volume_id.c
Log Message:
2004-07-29 David Zeuthen <david at fubar.dk>
* hald/linux/volume_id/volume_id.c: Include <config.h> to take
advantage of AC_SYS_LARGEFILE
Index: volume_id.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux/volume_id/volume_id.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- volume_id.c 29 Jul 2004 17:07:09 -0000 1.15
+++ volume_id.c 29 Jul 2004 17:43:58 -0000 1.16
@@ -27,6 +27,10 @@
#define _GNU_SOURCE
#endif
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
More information about the hal-commit
mailing list