diff options
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/clnt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index 17e80e975..60fb2d74f 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h @@ -23,7 +23,7 @@ struct rpc_portmap { __u32 pm_prog; __u32 pm_vers; __u32 pm_prot; - __u32 pm_port; + __u16 pm_port; }; /* |