summaryrefslogtreecommitdiffstats
path: root/sys/net/iso88025.h
diff options
context:
space:
mode:
authorrdivacky <rdivacky@FreeBSD.org>2009-06-21 10:29:31 +0000
committerrdivacky <rdivacky@FreeBSD.org>2009-06-21 10:29:31 +0000
commit9992cf9aeb5d9178333f32395b7e9015cb0c5fec (patch)
tree709b2b15ea4228160504c96db1a7d1a3e5ee6170 /sys/net/iso88025.h
parentb867569d3ecacd8487aadc3fd07e29e03629bcfd (diff)
downloadFreeBSD-src-9992cf9aeb5d9178333f32395b7e9015cb0c5fec.zip
FreeBSD-src-9992cf9aeb5d9178333f32395b7e9015cb0c5fec.tar.gz
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)
Diffstat (limited to 'sys/net/iso88025.h')
-rw-r--r--sys/net/iso88025.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/iso88025.h b/sys/net/iso88025.h
index b42162b..6edd2e0 100644
--- a/sys/net/iso88025.h
+++ b/sys/net/iso88025.h
@@ -164,7 +164,7 @@ struct iso88025_addr {
void iso88025_ifattach (struct ifnet *, const u_int8_t *, int);
void iso88025_ifdetach (struct ifnet *, int);
-int iso88025_ioctl (struct ifnet *, int , caddr_t );
+int iso88025_ioctl (struct ifnet *, u_long, caddr_t );
int iso88025_output (struct ifnet *, struct mbuf *, struct sockaddr *,
struct route *);
void iso88025_input (struct ifnet *, struct mbuf *);
OpenPOWER on IntegriCloud