diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-03 17:55:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-03 17:55:11 +0000 |
commit | 12db3c625abd07bae2a9ed2dd63c8ebe70b82421 (patch) | |
tree | cb630c9cd35dd885f503d3cecc774c10697d2164 /include/rpc/pmap_clnt.h | |
parent | f70b581e6b902d11abdf2b9645f1cb8a3f495591 (diff) |
Make some of the rpc stuff compile
-Erik
Diffstat (limited to 'include/rpc/pmap_clnt.h')
-rw-r--r-- | include/rpc/pmap_clnt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpc/pmap_clnt.h b/include/rpc/pmap_clnt.h index d9800d400..a36f7b72f 100644 --- a/include/rpc/pmap_clnt.h +++ b/include/rpc/pmap_clnt.h @@ -45,7 +45,7 @@ __BEGIN_DECLS -typedef bool_t (*resultproc_t) __PMT ((caddr_t resp, +typedef bool_t (*resultproc_t) __P ((caddr_t resp, struct sockaddr_in *raddr)); /* |