diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-12-18 16:55:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-12-18 16:55:45 +0000 |
commit | 998660b643e5a8c2e473112481ac00fad0fcc89b (patch) | |
tree | 95cdac17310c53f648b63ca57436ab84e13cc58e /sys/netinet | |
parent | ef1408920b35138be1fe4ba959b386f3e738ad2d (diff) |
too much software forgets to include sys/socket.h, SIGH
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/in.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h index 46eecf8694c..9aaabf7b8de 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in.h,v 1.27 1999/12/16 21:30:34 deraadt Exp $ */ +/* $OpenBSD: in.h,v 1.28 1999/12/18 16:55:44 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 *)); +struct sockaddr; int bindresvport_af __P((int, struct sockaddr *, int af)); __END_DECLS |