Removed a bogus forward struct declaration.

Cleaned up ifdefs.
This commit is contained in:
Bruce Evans 1998-07-13 12:20:07 +00:00
parent 0c8d2590e3
commit 5914e1ea80
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37625

View file

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ip_var.h 8.2 (Berkeley) 1/9/95
* $Id: ip_var.h,v 1.41 1998/06/08 09:47:42 bde Exp $
* $Id: ip_var.h,v 1.42 1998/07/06 03:20:18 julian Exp $
*/
#ifndef _NETINET_IP_VAR_H_
@ -153,6 +153,7 @@ struct ipstat {
};
#ifdef KERNEL
/* flags passed to ip_output as last parameter */
#define IP_FORWARDING 0x1 /* most of ip header exists */
#define IP_RAWOUTPUT 0x2 /* raw ip header exists */
@ -209,11 +210,10 @@ void div_input __P((struct mbuf *, int));
extern struct pr_usrreqs div_usrreqs;
extern u_short ip_divert_port;
extern u_short ip_divert_cookie;
#endif /* IPDIVERT */
#endif
struct sockaddr_in;
extern struct sockaddr_in *ip_fw_fwd_addr;
#endif /* KERNEL */
#endif /* _NETINET_IP_VAR_H_ */
#endif /* !_NETINET_IP_VAR_H_ */