From: Christian Grothoff Date: Mon, 5 Oct 2009 06:40:40 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~23386 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b9b0940e261a4b1713d909f0a2fd54134ed5b148;p=oweals%2Fgnunet.git fix --- diff --git a/src/util/service.c b/src/util/service.c index 880349073..cef085f03 100644 --- a/src/util/service.c +++ b/src/util/service.c @@ -1121,11 +1121,11 @@ service_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) static int detach_terminal (struct GNUNET_SERVICE_Context *sctx) { +#ifndef MINGW pid_t pid; int nullfd; int filedes[2]; -#ifndef MINGW if (0 != PIPE (filedes)) { GNUNET_log_strerror (GNUNET_ERROR_TYPE_ERROR, "pipe");