From 9167bbc1e5ae5ec4ff1e553eb9ee881905f6753a Mon Sep 17 00:00:00 2001 From: kib Date: Mon, 14 Dec 2015 07:54:45 +0000 Subject: MFC r291948: Use ANSI C definition. --- sys/amd64/amd64/machdep.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index f501e99..d20e3121 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -1158,12 +1158,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; -- cgit v1.1