diff options
Diffstat (limited to 'sys/net/if_arc.h')
-rw-r--r-- | sys/net/if_arc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_arc.h b/sys/net/if_arc.h index 88a7240..23139aa 100644 --- a/sys/net/if_arc.h +++ b/sys/net/if_arc.h @@ -133,7 +133,7 @@ void arc_storelladdr(struct ifnet *, u_int8_t); int arc_isphds(u_int8_t); void arc_input(struct ifnet *, struct mbuf *); int arc_output(struct ifnet *, struct mbuf *, - struct sockaddr *, struct route *); + const struct sockaddr *, struct route *); int arc_ioctl(struct ifnet *, u_long, caddr_t); void arc_frag_init(struct ifnet *); |