All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sami Kerola <kerolasa@iki.fi>
To: util-linux@vger.kernel.org
Cc: Sami Kerola <kerolasa@iki.fi>
Subject: [PATCH 02/13] libmount: fix use of preprocessor identifier
Date: Sun,  5 Mar 2017 20:52:21 +0000	[thread overview]
Message-ID: <20170305205232.24030-3-kerolasa@iki.fi> (raw)
In-Reply-To: <20170305205232.24030-1-kerolasa@iki.fi>

libmount/src/context_mount.c:990:5: warning: undefined preprocessor
identifier 'USE_LIBMOUNT_SUPPORT_MTAB'

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
---
 libmount/src/context_mount.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libmount/src/context_mount.c b/libmount/src/context_mount.c
index 23f0e303a..6368e9ba8 100644
--- a/libmount/src/context_mount.c
+++ b/libmount/src/context_mount.c
@@ -987,7 +987,7 @@ int mnt_context_do_mount(struct libmnt_context *cxt)
 	} else
 		res = do_mount_by_pattern(cxt, cxt->fstype_pattern);
 
-#if USE_LIBMOUNT_SUPPORT_MTAB
+#ifdef USE_LIBMOUNT_SUPPORT_MTAB
 	if (mnt_context_get_status(cxt)
 	    && !mnt_context_is_fake(cxt)
 	    && !cxt->helper) {
-- 
2.12.0


  parent reply	other threads:[~2017-03-05 20:52 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-05 20:52 [PATCH 00/13] pull: warnings fixes and blkid translations Sami Kerola
2017-03-05 20:52 ` [PATCH 01/13] misc: stop mixing declarations and code Sami Kerola
2017-03-05 20:52 ` Sami Kerola [this message]
2017-03-05 20:52 ` [PATCH 03/13] libblkid: avoid overflow when initializing array Sami Kerola
2017-03-05 20:52 ` [PATCH 04/13] libblkid: ensure uninitialized variable is not used [clang] Sami Kerola
2017-03-05 20:52 ` [PATCH 05/13] blkid: add curly braces to do-while statement Sami Kerola
2017-03-05 20:52 ` [PATCH 06/13] blkid: add messages to translations Sami Kerola
2017-03-07 14:15   ` J William Piggott
2017-03-13 14:37     ` Karel Zak
2017-03-13 12:58   ` Karel Zak
2017-03-05 20:52 ` [PATCH 07/13] blkid: define output names only once Sami Kerola
2017-03-07 14:37   ` J William Piggott
2017-03-08 17:14     ` J William Piggott
2017-03-10  9:29       ` Sami Kerola
2017-03-10 14:48         ` Sami Kerola
2017-03-11 17:14           ` J William Piggott
2017-03-13 12:53           ` Karel Zak
2017-03-05 20:52 ` [PATCH 08/13] blkid: improve coding style Sami Kerola
2017-03-05 20:52 ` [PATCH 09/13] include: fix compiler warning Sami Kerola
2017-03-05 20:52 ` [PATCH 10/13] libfdisk: dos: fix potential null pointer dereferences Sami Kerola
2017-03-05 20:52 ` [PATCH 11/13] libfdisk: fix potentially null Sami Kerola
2017-03-05 20:52 ` [PATCH 12/13] docs: improve boilerplate.c options example Sami Kerola
2017-03-05 20:52 ` [PATCH 13/13] lib/colors: assert rathen than overflow Sami Kerola
2017-03-13 13:43   ` Karel Zak
2017-03-13 13:45     ` Karel Zak
2017-03-13 14:39 ` [PATCH 00/13] pull: warnings fixes and blkid translations Karel Zak

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=20170305205232.24030-3-kerolasa@iki.fi \
    --to=kerolasa@iki.fi \
    --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.