From: Christian Grothoff Date: Mon, 2 Jul 2012 23:16:15 +0000 (+0000) Subject: -LRN: unlinux some linux-only stuff X-Git-Tag: initial-import-from-subversion-38251~12685 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=afb2de27f84cc21323f09935497bebc4109d87d7;p=oweals%2Fgnunet.git -LRN: unlinux some linux-only stuff --- diff --git a/src/Makefile.am b/src/Makefile.am index 1aa952a67..32a0af68f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,6 +10,9 @@ if LINUX # 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 @@ SUBDIRS = \ mesh \ lockmanager \ $(LINUX_DIR) \ + $(MINGW_DIR) \ integration-tests \ $(EXP_DIR) diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h index a0d261d49..b4ae27c32 100644 --- a/src/include/gnunet_strings_lib.h +++ b/src/include/gnunet_strings_lib.h @@ -214,8 +214,7 @@ GNUNET_STRINGS_buffer_tokenize (const char *buffer, size_t size, /** - * "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