Skip to content

Commit

Permalink
Fix misc file permissions (iovisor#2185)
Browse files Browse the repository at this point in the history
A few files that are obviously not executable have the exec bit set.
Most those files were created with faulty mode to begin with, but
src/cc/export/helpers.h and src/cc/frontends/clang/loader.cc have had
their exec bit (unintendedly I assume) set by commit bfecc24
("clang: loader: Allow user to override kernel version (iovisor#1895)").
  • Loading branch information
jeromemarchand authored and yonghong-song committed Feb 5, 2019
1 parent 16fd2f6 commit 929348e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 0 deletions.
Empty file modified examples/tracing/urandomread_example.txt
100755 → 100644
Empty file.
Empty file modified examples/usdt_sample/CMakeLists.txt
100755 → 100644
Empty file.
Empty file modified examples/usdt_sample/usdt_sample_app1/CMakeLists.txt
100755 → 100644
Empty file.
Empty file modified examples/usdt_sample/usdt_sample_lib1/CMakeLists.txt
100755 → 100644
Empty file.
Empty file modified src/cc/export/helpers.h
100755 → 100644
Empty file.
Empty file modified src/cc/frontends/clang/loader.cc
100755 → 100644
Empty file.

0 comments on commit 929348e

Please sign in to comment.