Build broken in c70d9d7. Signed-off-by: Dave Reisner <dreisner@xxxxxxxxxxxxx> --- libmount/src/fs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libmount/src/fs.c b/libmount/src/fs.c index 43faa05..a28e66c 100644 --- a/libmount/src/fs.c +++ b/libmount/src/fs.c @@ -470,7 +470,7 @@ int mnt_fs_is_swaparea(struct libmnt_fs *fs) * * Returns: 1 if the filesystem is a pseudo fs type (proc, cgroups) */ -int mnt_fs_is_pseudo(struct libmnt_fs *fs) +int mnt_fs_is_pseudofs(struct libmnt_fs *fs) { return mnt_fs_get_flags(fs) & MNT_FS_PSEUDO; } -- 1.7.8.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html