gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r3075 - in GNUnet/src/util: config_impl loggers os string


From: moon
Subject: [GNUnet-SVN] r3075 - in GNUnet/src/util: config_impl loggers os string
Date: Thu, 29 Jun 2006 05:58:10 -0700 (PDT)

Author: moon
Date: 2006-06-29 05:58:02 -0700 (Thu, 29 Jun 2006)
New Revision: 3075

Modified:
   GNUnet/src/util/config_impl/impl.c
   GNUnet/src/util/loggers/file.c
   GNUnet/src/util/loggers/memory.c
   GNUnet/src/util/os/time.c
   GNUnet/src/util/string/xmalloctest.c
Log:
fixed missing STRDUP replacement (causing broken libgnunetutil)



Modified: GNUnet/src/util/config_impl/impl.c
===================================================================
--- GNUnet/src/util/config_impl/impl.c  2006-06-28 18:48:45 UTC (rev 3074)
+++ GNUnet/src/util/config_impl/impl.c  2006-06-29 12:58:02 UTC (rev 3075)
@@ -25,6 +25,7 @@
  */
 
 #include "gnunet_util_config_impl.h"
+#include "gnunet_util_string.h"
 #include "gnunet_util.h"
 #include "platform.h"
 

Modified: GNUnet/src/util/loggers/file.c
===================================================================
--- GNUnet/src/util/loggers/file.c      2006-06-28 18:48:45 UTC (rev 3074)
+++ GNUnet/src/util/loggers/file.c      2006-06-29 12:58:02 UTC (rev 3075)
@@ -25,6 +25,7 @@
  * @author Christian Grothoff
  */
 #include "gnunet_util_error_loggers.h"
+#include "gnunet_util_string.h"
 #include "gnunet_util.h"
 #include "platform.h"
 #define _XOPEN_SOURCE /* glibc2 needs this */

Modified: GNUnet/src/util/loggers/memory.c
===================================================================
--- GNUnet/src/util/loggers/memory.c    2006-06-28 18:48:45 UTC (rev 3074)
+++ GNUnet/src/util/loggers/memory.c    2006-06-29 12:58:02 UTC (rev 3075)
@@ -25,6 +25,7 @@
  * @author Christian Grothoff
  */
 #include "gnunet_util_error_loggers.h"
+#include "gnunet_util_string.h"
 #include "gnunet_util.h"
 #include "platform.h"
 

Modified: GNUnet/src/util/os/time.c
===================================================================
--- GNUnet/src/util/os/time.c   2006-06-28 18:48:45 UTC (rev 3074)
+++ GNUnet/src/util/os/time.c   2006-06-29 12:58:02 UTC (rev 3075)
@@ -26,6 +26,7 @@
 
 #include "platform.h"
 #include "gnunet_util_os.h"
+#include "gnunet_util_string.h"
 
 /**
  * TIME prototype. "man time".

Modified: GNUnet/src/util/string/xmalloctest.c
===================================================================
--- GNUnet/src/util/string/xmalloctest.c        2006-06-28 18:48:45 UTC (rev 
3074)
+++ GNUnet/src/util/string/xmalloctest.c        2006-06-29 12:58:02 UTC (rev 
3075)
@@ -4,6 +4,7 @@
  */
 
 #include "gnunet_util.h"
+#include "gnunet_util_string.h"
 #include "platform.h"
 
 static int check() {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]