This is the second version of the mount.nfs with libmount support. The code depends on util-linux >= v2.19 (e.g. Fedora 15). Chnages: - move nfs_umount_do_umnt() to network.c - use union nfs_sockaddr - add missing GPL address paragraph - use abstract function the storing and retrieval mount options - use "static const" for struct option - use "strncmp() == 0" everywhere The locale issue is not fixed. It seems that _() macro from nls.h is used on many places in the package, but ENABLE_NLS macro is nowhere defined and setlocale() is not called at all. I believe that this issue should be fixed independently on the libmount patches. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html