summaryrefslogtreecommitdiffstats
path: root/sys/amd64
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 /sys/amd64
parent02fba0b1e7fb9e72dcb794438942165a036eb985 (diff)
downloadFreeBSD-src-f3f6e5cc3945b8c3f93b94b3ae0713754d5d9150.zip
FreeBSD-src-f3f6e5cc3945b8c3f93b94b3ae0713754d5d9150.tar.gz
u_int --> unsigned int, remove (now unneeded) <sys/types.h>
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/sysarch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/include/sysarch.h b/sys/amd64/include/sysarch.h
index 78156d4..a924838 100644
--- a/sys/amd64/include/sysarch.h
+++ b/sys/amd64/include/sysarch.h
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: sysarch.h,v 1.8 1998/02/03 20:46:18 bde Exp $
+ * $Id: sysarch.h,v 1.9 1998/07/28 03:33:27 jlemon Exp $
*/
/*
@@ -55,8 +55,8 @@ union descriptor;
__BEGIN_DECLS
int i386_get_ldt __P((int, union descriptor *, int));
int i386_set_ldt __P((int, union descriptor *, int));
-int i386_get_ioperm __P((u_int, u_int *, int *));
-int i386_set_ioperm __P((u_int, u_int, int));
+int i386_get_ioperm __P((unsigned int, unsigned int *, int *));
+int i386_set_ioperm __P((unsigned int, unsigned int, int));
int i386_vm86 __P((int, void *));
__END_DECLS
#endif /* !KERNEL */
OpenPOWER on IntegriCloud