Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/netbsd32 Use ktrgeniov, not ktrgenio, in writev.
details: https://anonhg.NetBSD.org/src/rev/524962dea1f0
branches: trunk
changeset: 818525:524962dea1f0
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Oct 16 20:09:53 2016 +0000
description:
Use ktrgeniov, not ktrgenio, in writev.
diffstat:
sys/compat/netbsd32/netbsd32_fs.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ba95c644d8f3 -r 524962dea1f0 sys/compat/netbsd32/netbsd32_fs.c
--- a/sys/compat/netbsd32/netbsd32_fs.c Sun Oct 16 19:20:02 2016 +0000
+++ b/sys/compat/netbsd32/netbsd32_fs.c Sun Oct 16 20:09:53 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_fs.c,v 1.74 2016/03/21 22:42:56 mrg Exp $ */
+/* $NetBSD: netbsd32_fs.c,v 1.75 2016/10/16 20:09:53 dholland Exp $ */
/*
* Copyright (c) 1998, 2001 Matthew R. Green
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_fs.c,v 1.74 2016/03/21 22:42:56 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_fs.c,v 1.75 2016/10/16 20:09:53 dholland Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -307,7 +307,7 @@
}
cnt -= auio.uio_resid;
if (ktriov != NULL) {
- ktrgenio(fd, UIO_WRITE, ktriov, cnt, error);
+ ktrgeniov(fd, UIO_WRITE, ktriov, cnt, error);
kmem_free(ktriov, iovlen);
}
*retval = cnt;
Home |
Main Index |
Thread Index |
Old Index