X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fmount%2Fnetwork.c;h=906e20cfbc39464ddb838bedbc6607726b1b7e64;hb=4f3f745c172202bf3846f8f1ee5d0a430b6014af;hp=e3ad5c26a71da5d915fe45f28ae5d32e8dbc9827;hpb=e9ab22a79e385babb16623a9260bda358291c80d;p=nfs-utils.git diff --git a/utils/mount/network.c b/utils/mount/network.c index e3ad5c2..906e20c 100644 --- a/utils/mount/network.c +++ b/utils/mount/network.c @@ -1344,7 +1344,7 @@ int nfs_nfs_proto_family(struct mount_options *options, unsigned long protocol; char *option; -#ifdef HAVE_LIBTIRPC +#ifdef IPV6_SUPPORTED *family = AF_UNSPEC; #else *family = AF_INET;