From 8f2de8390a373f0018eb9a8bb4cab9e630163357 Mon Sep 17 00:00:00 2001 From: gallatin Date: Wed, 8 Oct 2003 18:05:59 +0000 Subject: make kernel_sysctl()'s args match its prototype in order to fix the alpha build --- sys/compat/linprocfs/linprocfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/compat/linprocfs') diff --git a/sys/compat/linprocfs/linprocfs.c b/sys/compat/linprocfs/linprocfs.c index 2791e3d..cc1eea0 100644 --- a/sys/compat/linprocfs/linprocfs.c +++ b/sys/compat/linprocfs/linprocfs.c @@ -413,7 +413,7 @@ linprocfs_domtab(PFS_FILL_ARGS) static int linprocfs_dostat(PFS_FILL_ARGS) { - unsigned int olen, plen; + size_t olen, plen; int name[2]; int i, ncpu; -- cgit v1.1