summaryrefslogtreecommitdiffstats
path: root/lib/libc/i386/sys/i386_get_ioperm.2
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>1998-07-28 15:22:51 +0000
committerjlemon <jlemon@FreeBSD.org>1998-07-28 15:22:51 +0000
commitf3f6e5cc3945b8c3f93b94b3ae0713754d5d9150 (patch)
tree915e11f002e15582e250b9e49135900f5fd91bde /lib/libc/i386/sys/i386_get_ioperm.2
parent02fba0b1e7fb9e72dcb794438942165a036eb985 (diff)
downloadFreeBSD-src-f3f6e5cc3945b8c3f93b94b3ae0713754d5d9150.zip
FreeBSD-src-f3f6e5cc3945b8c3f93b94b3ae0713754d5d9150.tar.gz
u_int --> unsigned int, remove (now unneeded) <sys/types.h>
Diffstat (limited to 'lib/libc/i386/sys/i386_get_ioperm.2')
-rw-r--r--lib/libc/i386/sys/i386_get_ioperm.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/i386/sys/i386_get_ioperm.2 b/lib/libc/i386/sys/i386_get_ioperm.2
index 4fc7593..7d3c7f6 100644
--- a/lib/libc/i386/sys/i386_get_ioperm.2
+++ b/lib/libc/i386/sys/i386_get_ioperm.2
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: i386_get_ioperm.2,v 1.1 1998/07/28 03:39:02 jlemon Exp $
.\"
.Dd July 27, 1998
.Os
@@ -34,9 +34,9 @@
.Sh SYNOPSIS
.Fd #include <machine/sysarch.h>
.Ft int
-.Fn i386_get_ioperm "u_int start" "u_int *length" "int *enable"
+.Fn i386_get_ioperm "unsigned int start" "unsigned int *length" "int *enable"
.Ft int
-.Fn i386_set_ioperm "u_int start" "u_int length" "int enable"
+.Fn i386_set_ioperm "unsigned int start" "unsigned int length" "int enable"
.Sh DESCRIPTION
.Fn i386_get_ioperm
will return the permission for the process' I/O port space in the
OpenPOWER on IntegriCloud