Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/sunos Treat valsize as unsigned



details:   https://anonhg.NetBSD.org/src/rev/7d488e5f3433
branches:  trunk
changeset: 459747:7d488e5f3433
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Sep 23 20:42:29 2019 +0000

description:
Treat valsize as unsigned

diffstat:

 sys/compat/sunos/syscalls.master |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r adc6c40ff0e9 -r 7d488e5f3433 sys/compat/sunos/syscalls.master
--- a/sys/compat/sunos/syscalls.master  Mon Sep 23 20:38:27 2019 +0000
+++ b/sys/compat/sunos/syscalls.master  Mon Sep 23 20:42:29 2019 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.81 2019/01/27 02:08:40 pgoyette Exp $
+       $NetBSD: syscalls.master,v 1.82 2019/09/23 20:42:29 christos Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -178,7 +178,7 @@
 103    UNIMPL          old socketaddr
 104    NOARGS          { int|sys||bind(int s, void *name, int namelen); }
 105    STD             { int|sunos_sys||setsockopt(int s, int level, int name, \
-                           void *val, int valsize); }
+                           void *val, u_int valsize); }
 106    NOARGS          { int|sys||listen(int s, int backlog); }
 107    UNIMPL          vtimes
 108    STD             { int|sunos_sys||sigvec(int signum, struct sigvec *nsv, \



Home | Main Index | Thread Index | Old Index