From 924f19f6dcd5ce609c39a94fbd58b0a9f6e71082 Mon Sep 17 00:00:00 2001 From: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> Date: Wed, 20 May 2020 23:09:44 +0200 Subject: [PATCH] [REACTOS] Remove executable bits on source files (#2822) --- dll/shellext/shellbtrfs/contextmenu.cpp | 0 dll/shellext/shellbtrfs/devices.cpp | 0 dll/shellext/shellbtrfs/main.cpp | 0 dll/shellext/shellbtrfs/propsheet.cpp | 0 dll/shellext/shellbtrfs/resource.h | 0 dll/shellext/shellbtrfs/shellbtrfs.rc | 0 dll/shellext/shellbtrfs/shellext.h | 0 dll/shellext/shellbtrfs/subvol.ico | Bin dll/shellext/shellbtrfs/volpropsheet.cpp | 0 dll/shellext/shellbtrfs/volpropsheet.h | 0 drivers/filesystems/btrfs/boot.c | 0 drivers/filesystems/btrfs/zstd/mem.h | 0 .../applications/vcdcontroltool/lang/en-US.rc | 0 13 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 dll/shellext/shellbtrfs/contextmenu.cpp mode change 100755 => 100644 dll/shellext/shellbtrfs/devices.cpp mode change 100755 => 100644 dll/shellext/shellbtrfs/main.cpp mode change 100755 => 100644 dll/shellext/shellbtrfs/propsheet.cpp mode change 100755 => 100644 dll/shellext/shellbtrfs/resource.h mode change 100755 => 100644 dll/shellext/shellbtrfs/shellbtrfs.rc mode change 100755 => 100644 dll/shellext/shellbtrfs/shellext.h mode change 100755 => 100644 dll/shellext/shellbtrfs/subvol.ico mode change 100755 => 100644 dll/shellext/shellbtrfs/volpropsheet.cpp mode change 100755 => 100644 dll/shellext/shellbtrfs/volpropsheet.h mode change 100755 => 100644 drivers/filesystems/btrfs/boot.c mode change 100755 => 100644 drivers/filesystems/btrfs/zstd/mem.h mode change 100755 => 100644 modules/rosapps/applications/vcdcontroltool/lang/en-US.rc diff --git a/dll/shellext/shellbtrfs/contextmenu.cpp b/dll/shellext/shellbtrfs/contextmenu.cpp old mode 100755 new mode 100644 diff --git a/dll/shellext/shellbtrfs/devices.cpp b/dll/shellext/shellbtrfs/devices.cpp old mode 100755 new mode 100644 diff --git a/dll/shellext/shellbtrfs/main.cpp b/dll/shellext/shellbtrfs/main.cpp old mode 100755 new mode 100644 diff --git a/dll/shellext/shellbtrfs/propsheet.cpp b/dll/shellext/shellbtrfs/propsheet.cpp old mode 100755 new mode 100644 diff --git a/dll/shellext/shellbtrfs/resource.h b/dll/shellext/shellbtrfs/resource.h old mode 100755 new mode 100644 diff --git a/dll/shellext/shellbtrfs/shellbtrfs.rc b/dll/shellext/shellbtrfs/shellbtrfs.rc old mode 100755 new mode 100644 diff --git a/dll/shellext/shellbtrfs/shellext.h b/dll/shellext/shellbtrfs/shellext.h old mode 100755 new mode 100644 diff --git a/dll/shellext/shellbtrfs/subvol.ico b/dll/shellext/shellbtrfs/subvol.ico old mode 100755 new mode 100644 diff --git a/dll/shellext/shellbtrfs/volpropsheet.cpp b/dll/shellext/shellbtrfs/volpropsheet.cpp old mode 100755 new mode 100644 diff --git a/dll/shellext/shellbtrfs/volpropsheet.h b/dll/shellext/shellbtrfs/volpropsheet.h old mode 100755 new mode 100644 diff --git a/drivers/filesystems/btrfs/boot.c b/drivers/filesystems/btrfs/boot.c old mode 100755 new mode 100644 diff --git a/drivers/filesystems/btrfs/zstd/mem.h b/drivers/filesystems/btrfs/zstd/mem.h old mode 100755 new mode 100644 diff --git a/modules/rosapps/applications/vcdcontroltool/lang/en-US.rc b/modules/rosapps/applications/vcdcontroltool/lang/en-US.rc old mode 100755 new mode 100644