summaryrefslogtreecommitdiff
path: root/repo/qt5-qtwebengine/fix-strncpy-error.patch
diff options
context:
space:
mode:
Diffstat (limited to 'repo/qt5-qtwebengine/fix-strncpy-error.patch')
-rw-r--r--repo/qt5-qtwebengine/fix-strncpy-error.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/repo/qt5-qtwebengine/fix-strncpy-error.patch b/repo/qt5-qtwebengine/fix-strncpy-error.patch
deleted file mode 100644
index 11294de..0000000
--- a/repo/qt5-qtwebengine/fix-strncpy-error.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- build/src/3rdparty/chromium/mojo/public/cpp/platform/named_platform_channel_posix.cc 2022-07-07 22:23:50.602954227 +0100
-+++ build2/src/3rdparty/chromium/mojo/public/cpp/platform/named_platform_channel_posix.cc 2022-07-11 12:57:26.005060552 +0100
-@@ -8,6 +8,7 @@
- #include <sys/socket.h>
- #include <sys/un.h>
- #include <unistd.h>
-+#include <cstring>
-
- #include "base/files/file_util.h"
- #include "base/files/scoped_file.h"