X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Funix.c;h=c67b724cd90d7e8af9de8b2602df57f5b6054e69;hb=31e3a0ef5a0866477a3b54dc6ffbeb0aca4e0029;hp=da80f535ef9bea1a2b1d65a394b01b5d98a60b44;hpb=825d22351b1d59c71e98357b4931bf7bb67daa3a;p=yaz-moved-to-github.git diff --git a/src/unix.c b/src/unix.c index da80f53..c67b724 100644 --- a/src/unix.c +++ b/src/unix.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: unix.c,v 1.9 2005-01-16 21:51:50 adam Exp $ + * $Id: unix.c,v 1.11 2005-02-01 14:37:47 adam Exp $ * UNIX socket COMSTACK. By Morten Bøgeskov. */ /** @@ -16,9 +16,15 @@ #include #include #include +#if HAVE_SYS_TYPES_H +#include +#endif #if HAVE_UNISTD_H #include #endif +#if HAVE_SYS_SOCKET_H +#include +#endif #include #include @@ -26,13 +32,7 @@ #if HAVE_PWD_H #include #endif -#if HAVE_SYS_TYPES_H -#include -#endif -#if HAVE_SYS_SOCKET_H -#include -#endif #if HAVE_SYS_STAT_H #include #endif @@ -152,6 +152,7 @@ COMSTACK unix_type(int s, int blocking, int protocol, void *vp) p->event = CS_NONE; p->cerrno = 0; p->stackerr = 0; + p->user = 0; state->altbuf = 0; state->altsize = state->altlen = 0;