X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Fmount-util.h;h=3393046fc0ef1030fae5a5fb88823868aa41cd70;hb=68def6bc80ba50ed3b3658d00799a3ec295c4d7a;hp=ad30727fea738649c3b5cb51885d689402e0bc57;hpb=c5729796b4ec5e5f4800bfe6bd9ceb5c2da81fbe;p=elogind.git diff --git a/src/basic/mount-util.h b/src/basic/mount-util.h index ad30727fe..3393046fc 100644 --- a/src/basic/mount-util.h +++ b/src/basic/mount-util.h @@ -32,8 +32,7 @@ int fd_is_mount_point(int fd, const char *filename, int flags); int path_is_mount_point(const char *path, int flags); -/// UNNEEDED by elogind -#if 0 +#if 0 /// UNNEEDED by elogind int repeat_unmount(const char *path, int flags); int umount_recursive(const char *target, int flags); @@ -45,8 +44,7 @@ int mount_move_root(const char *path); DEFINE_TRIVIAL_CLEANUP_FUNC(FILE*, endmntent); #define _cleanup_endmntent_ _cleanup_(endmntentp) -/// UNNEEDED by elogind -#if 0 +#if 0 /// UNNEEDED by elogind bool fstype_is_network(const char *fstype); #endif // 0