summaryrefslogtreecommitdiffstats
path: root/sys/compat/linprocfs
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2003-10-08 18:05:59 +0000
committergallatin <gallatin@FreeBSD.org>2003-10-08 18:05:59 +0000
commit8f2de8390a373f0018eb9a8bb4cab9e630163357 (patch)
treed32b5e1bece0c473d86b788c73f8017f46e16a1c /sys/compat/linprocfs
parentbf3be14755c763435b14690d6c66d14dc1354640 (diff)
downloadFreeBSD-src-8f2de8390a373f0018eb9a8bb4cab9e630163357.zip
FreeBSD-src-8f2de8390a373f0018eb9a8bb4cab9e630163357.tar.gz
make kernel_sysctl()'s args match its prototype in order to fix the
alpha build
Diffstat (limited to 'sys/compat/linprocfs')
-rw-r--r--sys/compat/linprocfs/linprocfs.c2
1 files changed, 1 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud