From: Adam Dickmeiss Date: Wed, 8 Nov 2006 08:57:34 +0000 (+0000) Subject: Repeat call to select(2) if errno=EINTR is returned. X-Git-Tag: YAZ.2.1.40~6 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=9e6f187978c4a79ceaa71921364336f5b5011aec Repeat call to select(2) if errno=EINTR is returned. --- diff --git a/src/zoom-c.c b/src/zoom-c.c index 4f346ee..2e0bd97 100644 --- a/src/zoom-c.c +++ b/src/zoom-c.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: zoom-c.c,v 1.97 2006-11-06 23:21:30 adam Exp $ + * $Id: zoom-c.c,v 1.98 2006-11-08 08:57:34 adam Exp $ */ /** * \file zoom-c.c @@ -1276,7 +1276,7 @@ static zoom_ret ZOOM_connection_send_init(ZOOM_connection c) odr_prepend(c->odr_out, "ZOOM-C", ireq->implementationName)); - version = odr_strdup(c->odr_out, "$Revision: 1.97 $"); + version = odr_strdup(c->odr_out, "$Revision: 1.98 $"); if (strlen(version) > 10) /* check for unexpanded CVS strings */ version[strlen(version)-2] = '\0'; ireq->implementationVersion = @@ -4189,7 +4189,7 @@ ZOOM_API(int) ; } if (r < 0) - yaz_log(YLOG_WARN|YLOG_ERRNO, "ZOOM_event: poll failed"); + yaz_log(YLOG_WARN|YLOG_ERRNO, "ZOOM_event: poll"); for (i = 0; i