Use ANSI C definition.
MFC after: 1 week
This commit is contained in:
parent
d99775308a
commit
49e806677c
@ -798,12 +798,7 @@ struct soft_segment_descriptor gdt_segs[] = {
|
||||
};
|
||||
|
||||
void
|
||||
setidt(idx, func, typ, dpl, ist)
|
||||
int idx;
|
||||
inthand_t *func;
|
||||
int typ;
|
||||
int dpl;
|
||||
int ist;
|
||||
setidt(int idx, inthand_t *func, int typ, int dpl, int ist)
|
||||
{
|
||||
struct gate_descriptor *ip;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user