From: deraadt Date: Tue, 7 May 1996 05:53:40 +0000 (+0000) Subject: add local decl of sockaddr X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0d82f2759903911a4102fdfd247e6cac5e3af144;p=openbsd add local decl of sockaddr --- diff --git a/sys/netns/ns_var.h b/sys/netns/ns_var.h index cb53c35f7c9..33aea37964e 100644 --- a/sys/netns/ns_var.h +++ b/sys/netns/ns_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ns_var.h,v 1.3 1996/04/24 08:46:20 mickey Exp $ */ +/* $OpenBSD: ns_var.h,v 1.4 1996/05/07 05:53:40 deraadt Exp $ */ #ifdef _KERNEL struct socket; @@ -11,6 +11,7 @@ struct ns_addr; struct route; struct ifnet_en; struct in_addr; +struct sockaddr; /* ns.c */ int ns_control __P((struct socket *, u_long, caddr_t, struct ifnet *));