aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYoshinobu Inoue <shin@FreeBSD.org>2000-01-26 09:02:42 +0000
committerYoshinobu Inoue <shin@FreeBSD.org>2000-01-26 09:02:42 +0000
commit469bed11ef66ab2a077aa7555ad82815cd37e74f (patch)
tree7fc09b0fb23bbda578055934b7dfe89a3e93290f /include
parent06ffae8586b66d116f304f322b5ad2adae25009a (diff)
downloadsrc-469bed11ef66ab2a077aa7555ad82815cd37e74f.tar.gz
src-469bed11ef66ab2a077aa7555ad82815cd37e74f.zip
bindresvport related changes
-changed bindresvport2 to bindresvport_sa -merged the man into bindresvport.3 All discussion between Jean-Luc Richier <Jean-Luc.Richier@imag.fr>, Theo de Raadt <deraadt@cvs.openbsd.org>, itojun, is reflected to this code. (Actually Theo de Raadt write the code simultaneously as the discussion change.)
Notes
Notes: svn path=/head/; revision=56629
Diffstat (limited to 'include')
-rw-r--r--include/rpc/rpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h
index ccfa30f253b5..7fd4a7f85906 100644
--- a/include/rpc/rpc.h
+++ b/include/rpc/rpc.h
@@ -87,7 +87,7 @@ extern void setrpcent __P((int));
extern void endrpcent __P((void));
extern int bindresvport __P((int, struct sockaddr_in *));
-extern int bindresvport2 __P((int, struct sockaddr *, int addrlen));
+extern int bindresvport_sa __P((int, struct sockaddr *));
extern int get_myaddress __P((struct sockaddr_in *));
__END_DECLS