[Glibc-bsd-commits] r1433 - trunk/glibc-2.3-head/sysdeps/kfreebsd/i386

Aurelien Jarno aurel32 at costa.debian.org
Tue Apr 11 05:45:18 UTC 2006


Author: aurel32
Date: 2006-04-11 05:45:17 +0000 (Tue, 11 Apr 2006)
New Revision: 1433

Modified:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/i386/i386_set_ioperm.c
Log:
Compile fix



Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/i386/i386_set_ioperm.c
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/i386/i386_set_ioperm.c	2006-04-11 04:58:10 UTC (rev 1432)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/i386/i386_set_ioperm.c	2006-04-11 05:45:17 UTC (rev 1433)
@@ -20,7 +20,7 @@
 #include <sysarch.h>
 
 int
-i386_set_ioperm (unsigned int from, unsigned int num, int turn_on)
+i386_set_ioperm (unsigned long int from, unsigned long int num, int turn_on)
 {
   struct i386_ioperm_args args;
 




More information about the Glibc-bsd-commits mailing list