From e4bb360748d716042e2cb0528f80930ec6f890c2 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Thu, 12 Nov 2015 23:18:04 -0800 Subject: file modes: Set files to be non-executable I was going to start doing some autoconf work, and noticed that configure.in was executable. Then I noticed Makefile.in was executable. o.O So, I ran ```find . -type f -executable``` and found a bunch of files that shouldn't be set executable. This commit makes them normal files again. Signed-off-by: Bryan Hundven --- patches/linux/4.2.3/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 patches/linux/4.2.3/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch (limited to 'patches/linux/4.2.3') diff --git a/patches/linux/4.2.3/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch b/patches/linux/4.2.3/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch old mode 100755 new mode 100644 -- cgit v1.2.3