Date: Tuesday, January 16, 2018 @ 07:28:51
  Author: arojas
Revision: 314947

Remove patch

Deleted:
  qt5-base/trunk/qt-no-statx.patch

-------------------+
 qt-no-statx.patch |   11 -----------
 1 file changed, 11 deletions(-)

Deleted: qt-no-statx.patch
===================================================================
--- qt-no-statx.patch   2018-01-16 06:58:08 UTC (rev 314946)
+++ qt-no-statx.patch   2018-01-16 07:28:51 UTC (rev 314947)
@@ -1,11 +0,0 @@
---- 
qtbase-everywhere-src-5.10.0-beta4/src/corelib/io/qfilesystemengine_unix.cpp.orig
  2017-11-14 12:10:28.156094557 +0000
-+++ 
qtbase-everywhere-src-5.10.0-beta4/src/corelib/io/qfilesystemengine_unix.cpp    
   2017-11-14 12:10:46.156136206 +0000
-@@ -95,7 +95,7 @@
- { return syscall(SYS_renameat2, oldfd, oldpath, newfd, newpath, flags); }
- #  endif
- 
--#  if !QT_CONFIG(statx) && defined(SYS_statx) && 
QT_HAS_INCLUDE(<linux/stat.h>)
-+#  if 0
- #    include <linux/stat.h>
- static int statx(int dirfd, const char *pathname, int flag, unsigned mask, 
struct statx *statxbuf)
- { return syscall(SYS_statx, dirfd, pathname, flag, mask, statxbuf); }

Reply via email to