Use ANSI C definition.

MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2015-12-07 17:24:55 +00:00
parent d99775308a
commit 49e806677c

View File

@ -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;