[Tarantool-patches] [PATCH] box/constraint: make files non executable

Cyrill Gorcunov gorcunov at gmail.com
Mon Jun 8 14:05:26 MSK 2020


For some reason these files are sitting with
mask 0755. Set proper mode.

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
---
 src/box/constraint_id.c | 0
 src/box/constraint_id.h | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 src/box/constraint_id.c
 mode change 100755 => 100644 src/box/constraint_id.h

diff --git a/src/box/constraint_id.c b/src/box/constraint_id.c
old mode 100755
new mode 100644
diff --git a/src/box/constraint_id.h b/src/box/constraint_id.h
old mode 100755
new mode 100644
-- 
2.26.2



More information about the Tarantool-patches mailing list