X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fnfs4mount.c;h=94f1b4bdb27a3abcfd95a80ff00a2a25aee199c2;hp=26a6896855db4c5bc4e959ab80fcb28e7f46eebf;hb=53a9b4a2ea971d5718ccfcc2f2825ff9af81cd23;hpb=d70bea17c3e6ef2ad5bd61b5e2c231f805d69e6e diff --git a/utils/mount/nfs4mount.c b/utils/mount/nfs4mount.c index 26a6896..94f1b4b 100644 --- a/utils/mount/nfs4mount.c +++ b/utils/mount/nfs4mount.c @@ -39,13 +39,13 @@ #include "pseudoflavors.h" #include "nls.h" -#include "conn.h" #include "xcommon.h" #include "mount_constants.h" #include "nfs4_mount.h" #include "nfs_mount.h" #include "error.h" +#include "network.h" #if defined(VAR_LOCK_DIR) #define DEFAULT_DIR VAR_LOCK_DIR @@ -321,8 +321,8 @@ int nfs4mount(const char *spec, const char *node, int flags, else if (!strcmp(opt, "sharecache")) unshared = !val; else if (!sloppy) { - printf(_("unknown nfs mount option: " - "%s%s\n"), val ? "" : "no", opt); + printf(_("unknown nfs mount option: %s%s\n"), + val ? "" : "no", opt); goto fail; } }