diff options
Diffstat (limited to 'net/sunrpc')
-rw-r--r-- | net/sunrpc/.cvsignore | 1 | ||||
-rw-r--r-- | net/sunrpc/pmap_clnt.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/net/sunrpc/.cvsignore b/net/sunrpc/.cvsignore new file mode 100644 index 000000000..4671378ae --- /dev/null +++ b/net/sunrpc/.cvsignore @@ -0,0 +1 @@ +.depend diff --git a/net/sunrpc/pmap_clnt.c b/net/sunrpc/pmap_clnt.c index cb1a641e7..4a05efd9c 100644 --- a/net/sunrpc/pmap_clnt.c +++ b/net/sunrpc/pmap_clnt.c @@ -79,6 +79,8 @@ bailout: } #ifdef CONFIG_ROOT_NFS +char *in_ntoa(__u32 in); + int rpc_getport_external(struct sockaddr_in *sin, __u32 prog, __u32 vers, int prot) { |