diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-01-26 03:43:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-01-26 03:43:22 +0000 |
commit | 63ad0684f59475bf125674e96ca5ce50525627c4 (patch) | |
tree | 0af35de0f040277833ca21a4e49dbace7be71f23 /sys | |
parent | 868ca49b24dfbc5fabc8ae0b15115e57f0a2d555 (diff) |
new bindresvport() semantics that itojun, shin, jean-luc and i have agreed on, which will be happy for the future. bindresvport_sa() for sockaddr *, too. docs later..
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/in.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h index d5562203bed..e57cd11fece 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in.h,v 1.36 2000/01/21 03:15:04 angelos Exp $ */ +/* $OpenBSD: in.h,v 1.37 2000/01/26 03:43:17 deraadt Exp $ */ /* $NetBSD: in.h,v 1.20 1996/02/13 23:41:47 christos Exp $ */ /* @@ -487,7 +487,7 @@ struct ip_mreq { __BEGIN_DECLS int bindresvport __P((int, struct sockaddr_in *)); struct sockaddr; -int bindresvport_af __P((int, struct sockaddr *, int af)); +int bindresvport_sa __P((int, struct sockaddr *)); __END_DECLS #else |