Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/netbsd32 accrightslen should be u_int for compat too



details:   https://anonhg.NetBSD.org/src/rev/c026f0114246
branches:  trunk
changeset: 459787:c026f0114246
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 26 01:30:46 2019 +0000

description:
accrightslen should be u_int for compat too

diffstat:

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

diffs (18 lines):

diff -r eb12264a4a71 -r c026f0114246 sys/compat/netbsd32/netbsd32.h
--- a/sys/compat/netbsd32/netbsd32.h    Thu Sep 26 01:30:00 2019 +0000
+++ b/sys/compat/netbsd32/netbsd32.h    Thu Sep 26 01:30:46 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32.h,v 1.125 2019/09/25 21:40:42 christos Exp $  */
+/*     $NetBSD: netbsd32.h,v 1.126 2019/09/26 01:30:46 christos Exp $  */
 
 /*
  * Copyright (c) 1998, 2001, 2008, 2015 Matthew R. Green
@@ -738,7 +738,7 @@
        netbsd32_iovecp_t msg_iov;              /* scatter/gather array */
        int              msg_iovlen;            /* # elements in msg_iov */
        netbsd32_caddr_t msg_accrights;         /* access rights sent/recvd */
-       int              msg_accrightslen;
+       u_int            msg_accrightslen;
 };
 
 typedef netbsd32_pointer_t netbsd32_mmsghdrp_t;



Home | Main Index | Thread Index | Old Index