summaryrefslogtreecommitdiff
path: root/i386/i386at/mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386at/mem.c')
-rw-r--r--i386/i386at/mem.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/i386/i386at/mem.c b/i386/i386at/mem.c
index e42e995d..07acc169 100644
--- a/i386/i386at/mem.c
+++ b/i386/i386at/mem.c
@@ -31,10 +31,7 @@
/*ARGSUSED*/
vm_offset_t
-memmmap(dev, off, prot)
-dev_t dev;
-vm_offset_t off;
-vm_prot_t prot;
+memmmap(dev_t dev, vm_offset_t off, vm_prot_t prot)
{
if (biosmem_addr_available(off))
return -1;