diff options
-rw-r--r-- | sys/sys/sysctl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index 3305572..e4394df 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)sysctl.h 8.1 (Berkeley) 6/2/93 - * $Id: sysctl.h,v 1.52 1997/02/24 20:32:10 wollman Exp $ + * $Id: sysctl.h,v 1.53 1997/07/12 11:04:25 peter Exp $ */ #ifndef _SYS_SYSCTL_H_ @@ -398,7 +398,7 @@ int sysctl_doprof __P((int *, u_int, void *, size_t *, void *, size_t)); __BEGIN_DECLS int sysctl __P((int *, u_int, void *, size_t *, void *, size_t)); -int sysctlbyname __P((char *, void *, size_t *, void *, size_t)); +int sysctlbyname __P((const char *, void *, size_t *, void *, size_t)); __END_DECLS #endif /* KERNEL */ |