From: Dave Reisner <d@falconindy.com>
To: util-linux@vger.kernel.org
Subject: Re: [PATCH] mount: define fallback selinux_warning macro with 2 params
Date: Sat, 28 Jan 2012 11:10:03 -0500 [thread overview]
Message-ID: <20120128161003.GH567@rampage> (raw)
In-Reply-To: <1327329084-4273-1-git-send-email-dreisner@archlinux.org>
On Mon, Jan 23, 2012 at 09:31:24AM -0500, Dave Reisner wrote:
> Signed-off-by: Dave Reisner <dreisner@archlinux.org>
> ---
> sys-utils/mount.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sys-utils/mount.c b/sys-utils/mount.c
> index 280bab0..7c11811 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
>
>
> --
> 1.7.8.4
>
Pinging this in case it was overlooked. It fixes the build for those of
us not using selinux.
prev parent reply other threads:[~2012-01-28 16:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-23 14:31 [PATCH] mount: define fallback selinux_warning macro with 2 params Dave Reisner
2012-01-28 16:10 ` Dave Reisner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120128161003.GH567@rampage \
--to=d@falconindy.com \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.