diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-09-05 14:30:11 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-09-05 14:30:11 +0000 |
| commit | 134e06fe7127216193eeac2b03f3e40ddb103901 (patch) | |
| tree | 8d7927bebf237bbd4a7d762821445ace02c6498f /sys/kern/kern_sysctl.c | |
| parent | 266ead86bc30664df1796bc8e68408109aef3d2d (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_sysctl.c')
| -rw-r--r-- | sys/kern/kern_sysctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_sysctl.c b/sys/kern/kern_sysctl.c index df744f5fb538..09a6541ecb29 100644 --- a/sys/kern/kern_sysctl.c +++ b/sys/kern/kern_sysctl.c @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)kern_sysctl.c 8.4 (Berkeley) 4/14/94 - * $Id: kern_sysctl.c,v 1.74 1997/12/16 17:40:20 eivind Exp $ + * $Id: kern_sysctl.c,v 1.75 1998/08/24 08:39:38 dfr Exp $ */ #include "opt_compat.h" @@ -995,7 +995,7 @@ static char bsdi_strings[80]; /* It had better be less than this! */ struct getkerninfo_args { int op; char *where; - int *size; + size_t *size; int arg; }; #endif |
