summaryrefslogtreecommitdiff
path: root/sys/compat/common/kern_info_09.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/common/kern_info_09.c')
-rw-r--r--sys/compat/common/kern_info_09.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/common/kern_info_09.c b/sys/compat/common/kern_info_09.c
index 9616e00260e..4481b58323d 100644
--- a/sys/compat/common/kern_info_09.c
+++ b/sys/compat/common/kern_info_09.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kern_info_09.c,v 1.4 1997/10/06 14:56:36 csapuntz Exp $ */
+/* $OpenBSD: kern_info_09.c,v 1.5 1997/10/06 20:19:26 deraadt Exp $ */
/* $NetBSD: kern_info_09.c,v 1.5 1996/02/21 00:10:59 cgd Exp $ */
/*
@@ -127,7 +127,6 @@ compat_09_sys_uname(p, v, retval)
*dp++ = *cp;
*dp = '\0';
strncpy(outsname.machine, MACHINE, sizeof(outsname.machine));
-
return (copyout((caddr_t)&outsname, (caddr_t)SCARG(uap, name),
sizeof(struct outsname)));
}