diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-03-03 09:14:26 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-03-03 09:14:26 +0000 |
| commit | 4b7ef73d71f7c0c792a372272844274d64f332e5 (patch) | |
| tree | 328039d4f363f2179be4fe277b395b7f3e9d2d3f /sys/compat/linux/linux_sysctl.c | |
| parent | 73ba057ccc2345c554ae09d3e0842cdb1e385597 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_sysctl.c')
| -rw-r--r-- | sys/compat/linux/linux_sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_sysctl.c b/sys/compat/linux/linux_sysctl.c index 699b5d6f01fb..4e084026aa66 100644 --- a/sys/compat/linux/linux_sysctl.c +++ b/sys/compat/linux/linux_sysctl.c @@ -85,7 +85,7 @@ linux_sysctl(struct thread *td, struct linux_sysctl_args *args) l_int *mib; int error, i; - error = copyin((caddr_t)args->args, &la, sizeof(la)); + error = copyin(args->args, &la, sizeof(la)); if (error) return (error); |
