From: Dave Reisner Date: Mon, 23 Jan 2012 14:31:24 +0000 (-0500) Subject: mount: define fallback selinux_warning macro with 2 params X-Git-Tag: v2.21-rc2~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8c0f4fba34427768dd6daa246530c3c5ff1b28d;p=thirdparty%2Futil-linux.git mount: define fallback selinux_warning macro with 2 params Signed-off-by: Dave Reisner --- diff --git a/sys-utils/mount.c b/sys-utils/mount.c index aa071957b2..e4b3e4f7c4 100644 --- a/sys-utils/mount.c +++ b/sys-utils/mount.c @@ -286,7 +286,7 @@ static void selinux_warning(struct libmnt_context *cxt, const char *tgt) } } #else -# define selinux_warning(_x) +# define selinux_warning(_x, _y) #endif