From afb2de27f84cc21323f09935497bebc4109d87d7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 2 Jul 2012 23:16:15 +0000 Subject: [PATCH] -LRN: unlinux some linux-only stuff --- src/Makefile.am | 4 ++++ src/include/gnunet_strings_lib.h | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.25.1