]> git.ipfire.org Git - thirdparty/systemd.git/commit
execute: make "runtime" argument const in exec_needs_mount_namespace() 7763/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 30 Dec 2017 09:38:26 +0000 (18:38 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 3 Jan 2018 15:48:18 +0000 (00:48 +0900)
commit4657abb5d456fa351386a2dfae34b6c3afdb19bb
treea7b55756ff0f765f11a2897e676c64b73d5bd045
parentb43ee82fc1366489963b319dd5f1f22d2833883c
execute: make "runtime" argument const in exec_needs_mount_namespace()

The argument can be const, then let's make so.
src/core/execute.c