diff options
Diffstat (limited to 'sys/compat/common/kern_info_43.c')
-rw-r--r-- | sys/compat/common/kern_info_43.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/common/kern_info_43.c b/sys/compat/common/kern_info_43.c index cd1db21a85a..e54026eddda 100644 --- a/sys/compat/common/kern_info_43.c +++ b/sys/compat/common/kern_info_43.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_info_43.c,v 1.7 1996/05/23 08:32:22 deraadt Exp $ */ +/* $OpenBSD: kern_info_43.c,v 1.8 1998/02/22 22:00:11 niklas Exp $ */ /* $NetBSD: kern_info_43.c,v 1.5 1996/02/04 02:02:22 christos Exp $ */ /* @@ -205,7 +205,7 @@ compat_43_sys_getkerninfo(p, v, retval) int error, name[5]; size_t size; - extern char ostype[], osrelease[], version[], machine[]; + extern char ostype[], osrelease[], machine[]; if (SCARG(uap, size) && (error = copyin((caddr_t)SCARG(uap, size), (caddr_t)&size, sizeof(size)))) |