summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-02-22 22:00:12 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-02-22 22:00:12 +0000
commit127c364bf833243a273837d0ca6a3c9d774b02a0 (patch)
tree7d72d21721dfab0f3dece961cc6a3eb8d4b8b258 /sys
parentcb923ab23a4327cb3ba8911387be536a0f1deaa5 (diff)
unused var decl removed
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/common/kern_info_43.c4
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))))