Remove ip_fw_fwd_addr (forgotten in previous commit)

remove some extra whitespace.
This commit is contained in:
Luigi Rizzo 2002-06-23 09:03:42 +00:00
parent b75d2266b3
commit ec3057db9e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98663

View File

@ -176,11 +176,11 @@ void ip_stripoptions(struct mbuf *, struct mbuf *);
u_int16_t
ip_randomid(void);
#endif
int rip_ctloutput(struct socket *, struct sockopt *);
void rip_ctlinput(int, struct sockaddr *, void *);
void rip_init(void);
void rip_input(struct mbuf *, int);
int rip_output(struct mbuf *, struct socket *, u_long);
int rip_ctloutput(struct socket *, struct sockopt *);
void rip_ctlinput(int, struct sockaddr *, void *);
void rip_init(void);
void rip_input(struct mbuf *, int);
int rip_output(struct mbuf *, struct socket *, u_long);
void ipip_input(struct mbuf *, int);
void rsvp_input(struct mbuf *, int);
int ip_rsvp_init(struct socket *);
@ -196,8 +196,6 @@ void divert_packet(struct mbuf *m, int incoming, int port, int rule);
extern struct pr_usrreqs div_usrreqs;
#endif
extern struct sockaddr_in *ip_fw_fwd_addr;
void in_delayed_cksum(struct mbuf *m);
#endif /* _KERNEL */