Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/netbsd32 Don't bother the iov in netbsd32_to_msgh...



details:   https://anonhg.NetBSD.org/src/rev/879925206813
branches:  trunk
changeset: 762375:879925206813
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Feb 20 08:07:09 2011 +0000

description:
Don't bother the iov in netbsd32_to_msghdr since it needs to handled specially.

diffstat:

 sys/compat/netbsd32/netbsd32_conv.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f76dd1dad9b9 -r 879925206813 sys/compat/netbsd32/netbsd32_conv.h
--- a/sys/compat/netbsd32/netbsd32_conv.h       Sun Feb 20 08:03:22 2011 +0000
+++ b/sys/compat/netbsd32/netbsd32_conv.h       Sun Feb 20 08:07:09 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_conv.h,v 1.24 2011/01/16 23:21:16 njoly Exp $ */
+/*     $NetBSD: netbsd32_conv.h,v 1.25 2011/02/20 08:07:09 matt Exp $  */
 
 /*
  * Copyright (c) 1998, 2001 Matthew R. Green
@@ -273,7 +273,6 @@
 
        mhp->msg_name = NETBSD32PTR64(mhp32->msg_name);
        mhp->msg_namelen = mhp32->msg_namelen;
-       mhp->msg_iov = NETBSD32PTR64(mhp32->msg_iov);
        mhp->msg_iovlen = (size_t)mhp32->msg_iovlen;
        mhp->msg_control = NETBSD32PTR64(mhp32->msg_control);
        mhp->msg_controllen = mhp32->msg_controllen;



Home | Main Index | Thread Index | Old Index