From 4e0fd6c05fbb897a9b1151b1b562a0bc33baafa1 Mon Sep 17 00:00:00 2001 From: KO Myung-Hun Date: Mon, 10 Oct 2011 20:43:41 +0900 Subject: [PATCH 1/1] OS/2 uses the same path style as Win32 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi Denis-Courmont --- modules/access/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/access/file.c b/modules/access/file.c index d13f01de87..2f767c64a9 100644 --- a/modules/access/file.c +++ b/modules/access/file.c @@ -86,7 +86,7 @@ struct access_sys_t bool b_pace_control; }; -#ifndef WIN32 +#if !defined (WIN32) && !defined (__OS2__) static bool IsRemote (int fd) { #if defined (HAVE_FSTATVFS) && defined (MNT_LOCAL) -- 2.39.2