]> git.ipfire.org Git - thirdparty/util-linux.git/commit
namespace.h: Fix typo: s/CLONE_NEWSNS/CLONE_NEWNS/
authorJosh Triplett <josh@joshtriplett.org>
Fri, 8 Mar 2013 19:43:17 +0000 (11:43 -0800)
committerKarel Zak <kzak@redhat.com>
Wed, 13 Mar 2013 13:47:25 +0000 (14:47 +0100)
commitb00456d2f0ebb0042b4a942a2fdab4c1b4494cfb
treebd3a0a06d64ec6c2c423a616e92fc2912170dca7
parent77fa36d7c6033cd9eeba2b739b51e389e91af95d
namespace.h: Fix typo: s/CLONE_NEWSNS/CLONE_NEWNS/

This typo causes namespace.h to always unconditionally define
CLONE_NEWNS rather than using the system definition.

Bug present since the initial version of unshare in commit
4205f1fda1ac32046125a2e0f3937b666186bfab.

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Anton Cherkashyn <mail@antonc.com>
include/namespace.h