summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-12-14 07:54:45 +0000
committerkib <kib@FreeBSD.org>2015-12-14 07:54:45 +0000
commit9167bbc1e5ae5ec4ff1e553eb9ee881905f6753a (patch)
treeb51ccbf9743522b89fd496c249bccd17a3980ad3
parente999176b6bf8f524f072ecbc48c8e26a3cbe6778 (diff)
downloadFreeBSD-src-9167bbc1e5ae5ec4ff1e553eb9ee881905f6753a.zip
FreeBSD-src-9167bbc1e5ae5ec4ff1e553eb9ee881905f6753a.tar.gz
MFC r291948:
Use ANSI C definition.
-rw-r--r--sys/amd64/amd64/machdep.c7
1 files changed, 1 insertions, 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;
OpenPOWER on IntegriCloud