diff options
author | Evan Lloyd <evan.lloyd@arm.com> | 2016-02-02 11:42:51 +0000 |
---|---|---|
committer | leiflindholm <leiflindholm@Edk2> | 2016-02-02 11:42:51 +0000 |
commit | ccca560b4f22f5f731a11abdb3f79fe7306bfd72 (patch) | |
tree | 16141fb2273ba72ad8cce08721ac0c00f5bdb9a3 /EmbeddedPkg/Library/NullDmaLib | |
parent | cc78c5c390002d1ce1c9bebe69c9ee9fa09151ad (diff) | |
download | edk2-platforms-ccca560b4f22f5f731a11abdb3f79fe7306bfd72.tar.xz |
EmbeddedPkg: Rectify file modes
Problems have been encountered because some of the source files have
execute permission set. This can cause git to report them as changed
when they are checked out onto a file system with inherited permissions.
This has been seen using Cygwin, MinGW and PowerShell Git.
This patch makes no change to source file content, and only aims to
correct the file modes/permissions.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Evan Lloyd <evan.lloyd@arm.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19789 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg/Library/NullDmaLib')
-rw-r--r--[-rwxr-xr-x] | EmbeddedPkg/Library/NullDmaLib/NullDmaLib.c | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | EmbeddedPkg/Library/NullDmaLib/NullDmaLib.inf | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.c b/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.c index a0bb57541d..a0bb57541d 100755..100644 --- a/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.c +++ b/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.c diff --git a/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.inf b/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.inf index 38261d5ede..38261d5ede 100755..100644 --- a/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.inf +++ b/EmbeddedPkg/Library/NullDmaLib/NullDmaLib.inf |