diff options
author | 1998-02-13 14:38:24 +0000 | |
---|---|---|
committer | 1998-02-13 14:38:24 +0000 | |
commit | 60f35d4a207951cff402cd175ce2771115340ba6 (patch) | |
tree | f60f0645473762e0b502f26fa98186c7040e4a38 | |
parent | make depend (diff) | |
download | wireguard-openbsd-60f35d4a207951cff402cd175ce2771115340ba6.tar.xz wireguard-openbsd-60f35d4a207951cff402cd175ce2771115340ba6.zip |
type botch
-rw-r--r-- | sys/compat/ultrix/ultrix_fs.c | 4 |
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); } |