Try to fix SIGIO problem with Sun machines, h_errno with
[unix-history] / usr / src / lib / libc / sys / ioctl.2
index 94dbb51..9fdd2dd 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)ioctl.2     6.2 (Berkeley) %G%
+.\"    @(#)ioctl.2     6.3 (Berkeley) %G%
 .\"
 .TH IOCTL 2 ""
 .UC 4
 .\"
 .TH IOCTL 2 ""
 .UC 4
@@ -15,7 +15,8 @@ ioctl \- control device
 .PP
 .ft B
 ioctl(d, request, argp)
 .PP
 .ft B
 ioctl(d, request, argp)
-int d, request;
+int d;
+unsigned long request;
 char *argp;
 .fi
 .ft R
 char *argp;
 .fi
 .ft R