X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Fnfs%2Fgetport.c;h=cf1677e78650869a284c8ca550f02ff83845f2bf;hb=caafae66d6fcdb6210a87261e6ea07252700a278;hp=2255b7d1bc86f344bd2f51ac175325bdad1468b6;hpb=d271666403a87e60bbdee85372b6dcf35c2975ed;p=nfs-utils.git diff --git a/support/nfs/getport.c b/support/nfs/getport.c index 2255b7d..cf1677e 100644 --- a/support/nfs/getport.c +++ b/support/nfs/getport.c @@ -41,8 +41,8 @@ #include #ifdef HAVE_LIBTIRPC -#include -#include +#include +#include #endif #include "nfsrpc.h" @@ -60,9 +60,9 @@ #endif /* !HAVE_LIBTIRPC */ #ifdef HAVE_LIBTIRPC -const static rpcvers_t default_rpcb_version = RPCBVERS_4; +static const rpcvers_t default_rpcb_version = RPCBVERS_4; #else /* !HAVE_LIBTIRPC */ -const static rpcvers_t default_rpcb_version = PMAPVERS; +static const rpcvers_t default_rpcb_version = PMAPVERS; #endif /* !HAVE_LIBTIRPC */ #ifdef HAVE_DECL_AI_ADDRCONFIG