X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Fnfsclient-raw.c;h=5838c2f28a48e622d9bfd909f8e0ecaf8eb1ac59;hb=2db42ce2fc89bc88050564037688888bbb8876e9;hp=85897eb714f233720862743df9a141ead6b0da65;hpb=0f0e352f4971a188f3f1203f18d091420072aeb9;p=deb_libnfs.git diff --git a/examples/nfsclient-raw.c b/examples/nfsclient-raw.c index 85897eb..5838c2f 100644 --- a/examples/nfsclient-raw.c +++ b/examples/nfsclient-raw.c @@ -39,7 +39,6 @@ #include #include #include -#include "libnfs-zdr.h" #include "libnfs.h" #include "libnfs-raw.h" #include "libnfs-raw-mount.h" @@ -349,8 +348,8 @@ void pmap_getport1_cb(struct rpc_context *rpc, int status, void *data, void *pri void pmap_dump_cb(struct rpc_context *rpc, int status, void *data, void *private_data) { struct client *client = private_data; - struct pmap_dump_result *dr = data; - struct pmap_mapping_list *list = dr->list; + struct pmap2_dump_result *dr = data; + struct pmap2_mapping_list *list = dr->list; if (status == RPC_STATUS_ERROR) { printf("portmapper null call failed with \"%s\"\n", (char *)data);