From: Christian Brauner Date: Thu, 31 May 2018 10:24:08 +0000 (+0200) Subject: tree-wide: fix mode of some files X-Git-Tag: lxc-3.1.0~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7af82fa828cf6012cdb80077c9400e5fec1f4728;p=thirdparty%2Flxc.git 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 --- 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