From 9992cf9aeb5d9178333f32395b7e9015cb0c5fec Mon Sep 17 00:00:00 2001 From: rdivacky Date: Sun, 21 Jun 2009 10:29:31 +0000 Subject: Switch cmd argument to u_long. This matches what if_ethersubr.c does and allows the code to compile cleanly on amd64 with clang. Reviewed by: rwatson Approved by: ed (mentor) --- sys/net/if_arc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/net/if_arc.h') diff --git a/sys/net/if_arc.h b/sys/net/if_arc.h index 086aeb0f..88a7240 100644 --- a/sys/net/if_arc.h +++ b/sys/net/if_arc.h @@ -134,7 +134,7 @@ int arc_isphds(u_int8_t); void arc_input(struct ifnet *, struct mbuf *); int arc_output(struct ifnet *, struct mbuf *, struct sockaddr *, struct route *); -int arc_ioctl(struct ifnet *, int, caddr_t); +int arc_ioctl(struct ifnet *, u_long, caddr_t); void arc_frag_init(struct ifnet *); struct mbuf * arc_frag_next(struct ifnet *); -- cgit v1.1