summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-12-16 21:30:34 +0000
committerderaadt <deraadt@openbsd.org>1999-12-16 21:30:34 +0000
commit01cdefb0b166a1bdd89a4e18f2de1c94e537891f (patch)
treee887bf2a06f874302eb057b18e3fb0ef0971c546 /sys/netinet/in.h
parentBugfix: execvp might fail for many reasons. (diff)
downloadwireguard-openbsd-01cdefb0b166a1bdd89a4e18f2de1c94e537891f.tar.xz
wireguard-openbsd-01cdefb0b166a1bdd89a4e18f2de1c94e537891f.zip
rresvport_af() and bindresvport_af()
Diffstat (limited to 'sys/netinet/in.h')
-rw-r--r--sys/netinet/in.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index 84a9cc056d7..46eecf8694c 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: in.h,v 1.26 1999/12/08 06:50:19 itojun Exp $ */
+/* $OpenBSD: in.h,v 1.27 1999/12/16 21:30:34 deraadt Exp $ */
/* $NetBSD: in.h,v 1.20 1996/02/13 23:41:47 christos Exp $ */
/*
@@ -632,6 +632,7 @@ struct in6_pktinfo {
__BEGIN_DECLS
int bindresvport __P((int, struct sockaddr_in *));
+int bindresvport_af __P((int, struct sockaddr *, int af));
__END_DECLS
#else