From 190b5ee3d2990ec16d7bdb4fa6efa1e565346c31 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 14 Feb 2013 09:20:30 +0100 Subject: [PATCH] libmount: add missing MNT_ERR_AMBIFS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Sorry, the last commit into libmount has been incomplete. Reported-by: Zbigniew Jędrzejewski-Szmek Signed-off-by: Karel Zak --- libmount/src/libmount.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libmount/src/libmount.h.in b/libmount/src/libmount.h.in index 6d3a12f611..5d62a55668 100644 --- a/libmount/src/libmount.h.in +++ b/libmount/src/libmount.h.in @@ -129,6 +129,7 @@ enum { #define MNT_ERR_LOOPDEV 5003 /* loopdev setup failed, errno set by libc */ #define MNT_ERR_MOUNTOPT 5004 /* failed to parse/use userspace mount options */ #define MNT_ERR_APPLYFLAGS 5005 /* failed to apply MS_PROPAGATION flags */ +#define MNT_ERR_AMBIFS 5006 /* libblkid detected more filesystems on the device */ #ifndef __GNUC_PREREQ # if defined __GNUC__ && defined __GNUC_MINOR__ -- 2.47.3