aboutsummaryrefslogtreecommitdiff
path: root/sys/net/fddi.h
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@FreeBSD.org>2009-06-21 10:29:31 +0000
committerRoman Divacky <rdivacky@FreeBSD.org>2009-06-21 10:29:31 +0000
commite40bae9a45a5f485e2b1c5964e46019b0eb05d07 (patch)
tree709b2b15ea4228160504c96db1a7d1a3e5ee6170 /sys/net/fddi.h
parent941c2e1cd1e62387d1e876739b5e6b0c46fef332 (diff)
downloadsrc-e40bae9a45a5f485e2b1c5964e46019b0eb05d07.tar.gz
src-e40bae9a45a5f485e2b1c5964e46019b0eb05d07.zip
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)
Notes
Notes: svn path=/head/; revision=194581
Diffstat (limited to 'sys/net/fddi.h')
-rw-r--r--sys/net/fddi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/fddi.h b/sys/net/fddi.h
index 869a8d93b7ed..71e3b6fbd438 100644
--- a/sys/net/fddi.h
+++ b/sys/net/fddi.h
@@ -99,7 +99,7 @@ struct fddi_header {
void fddi_ifattach(struct ifnet *, const u_int8_t *, int);
void fddi_ifdetach(struct ifnet *, int);
-int fddi_ioctl(struct ifnet *, int, caddr_t);
+int fddi_ioctl(struct ifnet *, u_long, caddr_t);
#endif /* _KERNEL */
#endif /* _NET_FDDI_H_ */