summaryrefslogtreecommitdiffstats
path: root/sys/netipx
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-01 20:08:39 +0000
committerbde <bde@FreeBSD.org>1998-02-01 20:08:39 +0000
commit2adc6309fe27cdb87a4f07ae1e75c44c5da4ceed (patch)
treebae13bdf7355d4a8eb818b001fe0bd7f95acfb79 /sys/netipx
parent53c968c45494a82f8f677f9fd1488113045dd957 (diff)
downloadFreeBSD-src-2adc6309fe27cdb87a4f07ae1e75c44c5da4ceed.zip
FreeBSD-src-2adc6309fe27cdb87a4f07ae1e75c44c5da4ceed.tar.gz
Forward declare more structs that are used in prototypes here - don't
depend on <sys/types.h> forward declaring common ones.
Diffstat (limited to 'sys/netipx')
-rw-r--r--sys/netipx/ipx_var.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netipx/ipx_var.h b/sys/netipx/ipx_var.h
index 7e6731f..1e92b76 100644
--- a/sys/netipx/ipx_var.h
+++ b/sys/netipx/ipx_var.h
@@ -33,7 +33,7 @@
*
* @(#)ipx_var.h
*
- * $Id: ipx_var.h,v 1.7 1997/06/26 19:35:59 jhay Exp $
+ * $Id: ipx_var.h,v 1.8 1997/08/16 19:15:46 wollman Exp $
*/
#ifndef _NETIPX_IPX_VAR_H_
@@ -75,6 +75,7 @@ extern union ipx_host ipx_broadhost;
struct ifnet;
struct ipx_addr;
struct mbuf;
+struct proc;
struct route;
struct sockaddr;
struct socket;
OpenPOWER on IntegriCloud