aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2003-03-25 00:07:06 +0000
committerJake Burkholder <jake@FreeBSD.org>2003-03-25 00:07:06 +0000
commit227f9a1c5853566d8177f487b69a896b1121f84d (patch)
tree553401a4d58eb98b1e208a82c3ba2c32b848a225 /sys/dev/syscons
parentd829c3dfeea2cdb6da513864c71dc7547415a6fd (diff)
Notes
Diffstat (limited to 'sys/dev/syscons')
-rw-r--r--sys/dev/syscons/syscons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c
index 88c59e8b6263..e96688550170 100644
--- a/sys/dev/syscons/syscons.c
+++ b/sys/dev/syscons/syscons.c
@@ -3365,7 +3365,7 @@ next_code:
}
static int
-scmmap(dev_t dev, vm_offset_t offset, vm_offset_t *paddr, int nprot)
+scmmap(dev_t dev, vm_offset_t offset, vm_paddr_t *paddr, int nprot)
{
scr_stat *scp;