]> git.ipfire.org Git - thirdparty/util-linux.git/commit
unshare: include libmount.h to provide missing MS_* defines
authorRuediger Meier <ruediger.meier@ga-group.nl>
Mon, 17 Mar 2014 10:48:47 +0000 (11:48 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 23 Apr 2014 09:55:08 +0000 (11:55 +0200)
commitc4b2c8485c453916404983dc5debbbcf3e532821
tree6a0baf60dd5253733334560c120d4fba7d1fc640
parentb5efe778580a5c9400febd771a1420563feff7c2
unshare: include libmount.h to provide missing MS_* defines

Since 6728ca10 we are using MS_PRIVATE and MS_REC which are not defined
in some systems's sys/mount.h.

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
sys-utils/Makemodule.am
sys-utils/unshare.c