X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fdir.c;h=44b22cb69c217322eca195b1f7dd543ac2346aff;hb=ddd6e6bffac75d2671330b14b262a6594212dcce;hp=41b7f1b0668f74fa193dd012169ce00728cd250a;hpb=6c9fcd3b5d3108702fa1ffc92dab4ab6060f9a19;p=idzebra-moved-to-github.git diff --git a/index/dir.c b/index/dir.c index 41b7f1b..44b22cb 100644 --- a/index/dir.c +++ b/index/dir.c @@ -1,4 +1,4 @@ -/* $Id: dir.c,v 1.30 2005-01-15 19:38:24 adam Exp $ +/* $Id: dir.c,v 1.32 2006-04-04 00:09:00 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -24,7 +24,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include #include -#ifndef WIN32 +#if HAVE_UNISTD_H #include #endif #include @@ -70,8 +70,6 @@ struct dir_entry *dir_open (const char *rep, const char *base, if (!(dir = opendir(full_rep))) { yaz_log (YLOG_WARN|YLOG_ERRNO, "opendir %s", rep); - if (errno != ENOENT && errno != EACCES) - exit (1); return NULL; } entry = (struct dir_entry *) xmalloc (sizeof(*entry) * entry_max);