fix include names for 2.4 compatibility
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 24 May 2005 16:31:38 +0000 (16:31 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 24 May 2005 16:31:38 +0000 (16:31 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@934 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/ltt/facility.c
ltt/branches/poly/ltt/tracefile.c

index c7e2ecafa215f44c1244eea5b925cdfdd2a4c782..1aa6b432e6089e074b2ff4209cff7637c6f5dc49 100644 (file)
 #include "ltt-private.h"
 #include <ltt/facility.h>
 
+#ifndef g_open
+#define g_open open
+#endif
+
 #define g_close close
 
 /* search for the (named) type in the table, if it does not exist
index 0a63f71b5e7d9f7afe97e4bc5929b94122b6703d..0a649b5e6e3ff312fde89ec4b6255e0a3bcc8a83 100644 (file)
 #include <ltt/type.h>
 #include <ltt/ltt-types.h>
 
+#ifndef g_open
+#define g_open open
+#endif
+
+
 #define DIR_NAME_SIZE 256
 #define __UNUSED__ __attribute__((__unused__))
 
This page took 0.02544 seconds and 4 git commands to generate.