From d8d9b8f76f22b7a16a83e261e64f89ee611f49df Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sun, 1 Jun 1997 03:16:17 +0000 Subject: Initial revision --- net/sunrpc/.cvsignore | 1 + net/sunrpc/pmap_clnt.c | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 net/sunrpc/.cvsignore (limited to 'net/sunrpc') 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) { -- cgit v1.2.3