From 7b591f6b02ac746d3f5c0209ca26703429a03c61 Mon Sep 17 00:00:00 2001 From: TimePath Date: Mon, 7 Aug 2017 19:33:26 +1000 Subject: [PATCH] Missed a R_OK --- tools/quake3/common/vfs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/quake3/common/vfs.h b/tools/quake3/common/vfs.h index 7c4a4464..bc80d727 100644 --- a/tools/quake3/common/vfs.h +++ b/tools/quake3/common/vfs.h @@ -39,7 +39,6 @@ #else #include #include -#define R_OK 04 #define S_ISDIR( mode ) ( mode & _S_IFDIR ) #define PATH_MAX 260 #endif -- 2.39.2