From 7af82fa828cf6012cdb80077c9400e5fec1f4728 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Thu, 31 May 2018 12:24:08 +0200 Subject: [PATCH] tree-wide: fix mode of some files commit 321db0260f6f ("start: fix waitpid() blocking issue") and commit b2a485085392 ("change defines for return value of handlers) changed the mode of files. Signed-off-by: Christian Brauner --- src/lxc/cmd/lxc_monitord.c | 0 src/lxc/commands.c | 0 src/lxc/start.c | 0 src/lxc/tools/lxc_top.c | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/lxc/cmd/lxc_monitord.c mode change 100755 => 100644 src/lxc/commands.c mode change 100755 => 100644 src/lxc/start.c mode change 100755 => 100644 src/lxc/tools/lxc_top.c diff --git a/src/lxc/cmd/lxc_monitord.c b/src/lxc/cmd/lxc_monitord.c old mode 100755 new mode 100644 diff --git a/src/lxc/commands.c b/src/lxc/commands.c old mode 100755 new mode 100644 diff --git a/src/lxc/start.c b/src/lxc/start.c old mode 100755 new mode 100644 diff --git a/src/lxc/tools/lxc_top.c b/src/lxc/tools/lxc_top.c old mode 100755 new mode 100644 -- 2.47.2