diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-09-10 07:43:19 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-09-10 07:43:19 +0000 |
commit | 7a4d50b5172f32587c1d87d664f85625de6719b4 (patch) | |
tree | 8020bd891d4597c14a95057e7aba23d0915c95a3 /sys/netinet/if_ether.h | |
parent | 77f7e64cf6e916273a229a48fe327e382f43d99a (diff) |
Missing prototype change in previous.
Diffstat (limited to 'sys/netinet/if_ether.h')
-rw-r--r-- | sys/netinet/if_ether.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h index 5c544f93b75..f32d977e9ff 100644 --- a/sys/netinet/if_ether.h +++ b/sys/netinet/if_ether.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ether.h,v 1.57 2015/06/23 13:20:17 mpi Exp $ */ +/* $OpenBSD: if_ether.h,v 1.58 2015/09/10 07:43:18 mpi Exp $ */ /* $NetBSD: if_ether.h,v 1.22 1996/05/11 13:00:00 mycroft Exp $ */ /* @@ -272,7 +272,7 @@ extern struct ifnet *revarp_ifp; #endif /* NFSCLIENT */ void arprequest(struct ifnet *, u_int32_t *, u_int32_t *, u_int8_t *); -int arpproxy(struct in_addr, u_int); +int arpproxy(struct in_addr, unsigned int); void revarpinput(struct mbuf *); void in_revarpinput(struct mbuf *); void revarprequest(struct ifnet *); |