use putenv instead of setenv for portability
[oweals/gnunet.git] / src / util / time.c
index 34880b08b4c8734d43bf2b74dcebd19aa7089a3b..3ee15516a165185dc8717ba71cee00358f9e6f9d 100644 (file)
@@ -26,6 +26,8 @@
 #include "platform.h"
 #include "gnunet_time_lib.h"
 
+#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)
+
 static long long timestamp_offset;
 
 /**
@@ -353,7 +355,7 @@ GNUNET_TIME_relative_divide (struct GNUNET_TIME_Relative rel,
 
 
 /**
- * Calculate the estimate time of arrival/completion 
+ * Calculate the estimate time of arrival/completion
  * for an operation.
  *
  * @param start when did the operation start?