summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-07-02 00:18:56 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-07-02 00:18:56 +0000
commit69f4a3eb0a9fb6682772f51944902608fd3e436c (patch)
tree39168e0162ce51b44606645a6ca91b6174b3b522 /include
parentdca688188bd57dae39774c80974f2ef083a8c742 (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.h1
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