summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/sys/ioccom.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libnetworking/sys/ioccom.h')
-rw-r--r--c/src/libnetworking/sys/ioccom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libnetworking/sys/ioccom.h b/c/src/libnetworking/sys/ioccom.h
index 18c4b74741..fc22a54c6d 100644
--- a/c/src/libnetworking/sys/ioccom.h
+++ b/c/src/libnetworking/sys/ioccom.h
@@ -67,7 +67,7 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-int ioctl __P((int, unsigned long, ...));
+int ioctl __P((int, int, ...));
__END_DECLS
#endif /* !KERNEL */