From 2a73b6a3ab667c038f3a05c2512f7fa585729d31 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Tue, 22 Jun 2021 17:19:37 +0800 Subject: [PATCH] curl.h: remove the execution bit The execution bit of curl.h file was wrongly added: commit 2621025d6f96 ("curl.h: is supported by VxWorks7") and should be removed. Follow-up to 2621025d6f96 ("curl.h: is supported by VxWorks7") Signed-off-by: Bin Meng Closes #7286 --- include/curl/curl.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 include/curl/curl.h diff --git a/include/curl/curl.h b/include/curl/curl.h old mode 100755 new mode 100644