summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-02-13 14:38:24 +0000
committerderaadt <deraadt@openbsd.org>1998-02-13 14:38:24 +0000
commit60f35d4a207951cff402cd175ce2771115340ba6 (patch)
treef60f0645473762e0b502f26fa98186c7040e4a38
parentmake depend (diff)
downloadwireguard-openbsd-60f35d4a207951cff402cd175ce2771115340ba6.tar.xz
wireguard-openbsd-60f35d4a207951cff402cd175ce2771115340ba6.zip
type botch
-rw-r--r--sys/compat/ultrix/ultrix_fs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/ultrix/ultrix_fs.c b/sys/compat/ultrix/ultrix_fs.c
index bbfcb224cf8..975a3e1f287 100644
--- a/sys/compat/ultrix/ultrix_fs.c
+++ b/sys/compat/ultrix/ultrix_fs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ultrix_fs.c,v 1.4 1997/04/12 21:21:29 graichen Exp $ */
+/* $OpenBSD: ultrix_fs.c,v 1.5 1998/02/13 14:38:24 deraadt Exp $ */
/* $NetBSD: ultrix_fs.c,v 1.4 1996/04/07 17:23:06 jonathan Exp $ */
/*
@@ -360,7 +360,7 @@ ultrix_sys_mount(p, v, retval)
/* Copy string-ified version of mount type back out to user space */
SCARG(&nuap, type) = (char *)usp;
- if ((error = copyout(fstype, SCARG(&nuap, type),
+ if ((error = copyout(fstype, (void *)SCARG(&nuap, type),
strlen(fstype)+1)) != 0) {
return (error);
}