This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Remove executable perms from a header


Hey,

Another patch attached: this time removing executable permissions from a
header file that shouldn't have them.

Cheers,

Rob
From 583f88303b2df70ca069d3668f06d2151c18265f Mon Sep 17 00:00:00 2001
From: Rob Spanton <rspanton@zepler.net>
Date: Mon, 30 Dec 2013 00:56:08 +0000
Subject: [PATCH] Remove executable perms from a header file

include/elf/epiphany.h had executable permissions.  It's not an
executable...
---
 include/elf/epiphany.h | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 include/elf/epiphany.h

diff --git a/include/elf/epiphany.h b/include/elf/epiphany.h
old mode 100755
new mode 100644
-- 
1.8.4.2

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]