aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.h
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-10-11 23:16:38 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-10-11 23:16:38 +0000
commit5df7296441e98a1e91f8f41633f05bc7a6a74ed6 (patch)
tree97b87aa06a9afc8f78538511844af7ad899b7c92 /sys/netinet/if_ether.h
parentfabbd9b7ce59820f7285c7cbcf6a1992bec4fe03 (diff)
downloadsrc-5df7296441e98a1e91f8f41633f05bc7a6a74ed6.tar.gz
src-5df7296441e98a1e91f8f41633f05bc7a6a74ed6.zip
Fix a bug which caused panics when attempting to change just the flags of
a route. (This still doesn't work, but it doesn't panic now.) It looks like there may be a number of incipient bugs in this code. Also, get ready for the time when all IP gateway routes are cloning, which is necessary to keep proper TCP statistics.
Notes
Notes: svn path=/head/; revision=3514
Diffstat (limited to 'sys/netinet/if_ether.h')
-rw-r--r--sys/netinet/if_ether.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h
index 4ad31397b8da..147bee684488 100644
--- a/sys/netinet/if_ether.h
+++ b/sys/netinet/if_ether.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)if_ether.h 8.1 (Berkeley) 6/10/93
- * $Id: if_ether.h,v 1.3 1994/08/18 22:35:27 wollman Exp $
+ * $Id: if_ether.h,v 1.4 1994/08/21 05:27:24 paul Exp $
*/
#ifndef _NETINET_IF_ETHER_H_
@@ -151,8 +151,8 @@ extern struct llinfo_arp llinfo_arp; /* head of the llinfo queue */
void arpwhohas __P((struct arpcom *, struct in_addr *));
void arpintr __P((void));
-int arpresolve __P((struct arpcom *,
- struct rtentry *, struct mbuf *, struct sockaddr *, u_char *));
+int arpresolve __P((struct arpcom *, struct rtentry *, struct mbuf *,
+ struct sockaddr *, u_char *, struct rtentry *));
void arp_rtrequest __P((int, struct rtentry *, struct sockaddr *));
int ether_addmulti __P((struct ifreq *, struct arpcom *));