From b50ceb3058dc44742459cd6b4bf4a3589c45829f Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 1 Dec 2004 09:48:12 +0000 Subject: applied patch from Aleksey Gurtovoy moving some stat() definition for * libxslt/security.c xsltproc/xsltproc.c: applied patch from Aleksey Gurtovoy moving some stat() definition for Windows to the right place. Daniel --- xsltproc/xsltproc.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'xsltproc') diff --git a/xsltproc/xsltproc.c b/xsltproc/xsltproc.c index 0efbf05e..b53b5e2d 100644 --- a/xsltproc/xsltproc.c +++ b/xsltproc/xsltproc.c @@ -75,17 +75,6 @@ #include #endif -#ifndef HAVE_STAT -# ifdef HAVE__STAT - /* MS C library seems to define stat and _stat. The definition - * is identical. Still, mapping them to each other causes a warning. */ -# ifndef _MSC_VER -# define stat(x,y) _stat(x,y) -# endif -# define HAVE_STAT -# endif -#endif - static int debug = 0; static int repeat = 0; static int timing = 0; -- cgit v1.2.3