There is no need for start/num to be signed in i386_ldt_args.

This commit is contained in:
Peter Wemm 2002-09-28 20:42:04 +00:00
parent 76e8db31fc
commit feea0ab05b
2 changed files with 4 additions and 4 deletions

View File

@ -48,9 +48,9 @@
#define I386_VM86 6
struct i386_ldt_args {
int start;
unsigned int start;
union descriptor *descs;
int num;
unsigned int num;
};
struct i386_ioperm_args {

View File

@ -48,9 +48,9 @@
#define I386_VM86 6
struct i386_ldt_args {
int start;
unsigned int start;
union descriptor *descs;
int num;
unsigned int num;
};
struct i386_ioperm_args {