There is no need for start/num to be signed in i386_ldt_args.
This commit is contained in:
parent
64ed1d5707
commit
bfa14f852c
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user