X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2Fstatserv.c;h=c556df9daaefa759ed02d2deb4766e1da4ba50b1;hb=189fa86838b242b5f37e5ea2db92a84935050a81;hp=b172941e5137af705034934bdc6e15914f0b017b;hpb=dd5f78cc0a977733507aaeb5c76b00ba2debe392;p=yaz-moved-to-github.git diff --git a/server/statserv.c b/server/statserv.c index b172941..c556df9 100644 --- a/server/statserv.c +++ b/server/statserv.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: statserv.c,v $ - * Revision 1.20 1995-05-29 08:12:09 quinn + * Revision 1.21 1995-06-06 08:15:40 quinn + * Cosmetic. + * + * Revision 1.20 1995/05/29 08:12:09 quinn * Moved oid to util * * Revision 1.19 1995/05/16 09:37:27 quinn @@ -300,7 +303,8 @@ static void add_listener(char *where, int what) static void catchchld(int num) { - while (waitpid(-1, 0, WNOHANG) > 0); + while (waitpid(-1, 0, WNOHANG) > 0) + ; signal(SIGCHLD, catchchld); }