stop stupid warningsL`struct mbuf' declared inside parameter list
authorKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Thu, 20 Feb 1992 03:28:29 +0000 (19:28 -0800)
committerKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Thu, 20 Feb 1992 03:28:29 +0000 (19:28 -0800)
SCCS-vsn: sys/net/if.h 7.17

usr/src/sys/net/if.h

index a474a63..10232e1 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)if.h        7.16 (Berkeley) %G%
+ *     @(#)if.h        7.17 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -43,7 +43,8 @@
 /*
  * Forward structure declarations for function prototypes [sic].
  */
 /*
  * Forward structure declarations for function prototypes [sic].
  */
-struct rtentry;        
+struct rtentry;        
+struct mbuf;
 #endif
 /*
  * Structure describing information about an interface
 #endif
 /*
  * Structure describing information about an interface