diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-02 00:18:56 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-02 00:18:56 +0000 |
commit | 69f4a3eb0a9fb6682772f51944902608fd3e436c (patch) | |
tree | 39168e0162ce51b44606645a6ca91b6174b3b522 /include | |
parent | dca688188bd57dae39774c80974f2ef083a8c742 (diff) |
Move prototype for bindresvport(3) to <netiniet/in.h> as it is
not rpc-specific and other stuff uses it now.
Diffstat (limited to 'include')
-rw-r--r-- | include/rpc/rpc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h index 2664e9ba769..48ed49c8685 100644 --- a/include/rpc/rpc.h +++ b/include/rpc/rpc.h @@ -88,7 +88,6 @@ extern struct rpcent *getrpcent __P((void)); extern void setrpcent __P((int)); extern void endrpcent __P((void)); -extern int bindresvport __P((int, struct sockaddr_in *)); extern int get_myaddress __P((struct sockaddr_in *)); __END_DECLS |