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

This commit is contained in:
peter 2002-09-28 20:42:04 +00:00
parent 64ed1d5707
commit bfa14f852c
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 {