Explorar el Código

Fix no boottime support warning.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2299 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake hace 17 años
padre
commit
0ca0773904
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      exec/evil.c

+ 1 - 1
exec/evil.c

@@ -277,7 +277,7 @@ static void my_cluster_node_load (void)
 static int clm_hack_init (void)
 {
 
-#if defined(OPENAIS_LINUX)
+#if defined(COROSYNC_LINUX)
 	struct sysinfo s_info;
 	time_t current_time;
 	sysinfo (&s_info);