gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r22449 - in gnunet/src: . include


From: gnunet
Subject: [GNUnet-SVN] r22449 - in gnunet/src: . include
Date: Tue, 3 Jul 2012 01:16:15 +0200

Author: grothoff
Date: 2012-07-03 01:16:15 +0200 (Tue, 03 Jul 2012)
New Revision: 22449

Modified:
   gnunet/src/Makefile.am
   gnunet/src/include/gnunet_strings_lib.h
Log:
-LRN: unlinux some linux-only stuff

Modified: gnunet/src/Makefile.am
===================================================================
--- gnunet/src/Makefile.am      2012-07-02 22:37:44 UTC (rev 22448)
+++ gnunet/src/Makefile.am      2012-07-02 23:16:15 UTC (rev 22449)
@@ -10,6 +10,9 @@
 # All of these currently only work on GNU/Linux
  LINUX_DIR = dns exit vpn gns pt
 endif
+if MINGW
+ MINGW_DIR = dns vpn gns
+endif
 
 if HAVE_MYSQL
  MYSQL_DIR = mysql
@@ -53,5 +56,6 @@
   mesh \
   lockmanager \
   $(LINUX_DIR) \
+  $(MINGW_DIR) \
   integration-tests \
   $(EXP_DIR) 

Modified: gnunet/src/include/gnunet_strings_lib.h
===================================================================
--- gnunet/src/include/gnunet_strings_lib.h     2012-07-02 22:37:44 UTC (rev 
22448)
+++ gnunet/src/include/gnunet_strings_lib.h     2012-07-02 23:16:15 UTC (rev 
22449)
@@ -214,8 +214,7 @@
 
 
 /**
- * "man ctime_r", except for GNUnet time; also, unlike ctime, the
- * return value does not include the newline character.
+ * "asctime", except for GNUnet time.
  *
  * @param t the absolute time to convert
  * @return timestamp in human-readable form




reply via email to

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