Module Name: src
Committed By: christos
Date: Mon Sep 23 20:42:29 UTC 2019
Modified Files:
src/sys/compat/sunos: syscalls.master
Log Message:
Treat valsize as unsigned
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/compat/sunos/syscalls.master
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/sunos/syscalls.master
diff -u src/sys/compat/sunos/syscalls.master:1.81 src/sys/compat/sunos/syscalls.master:1.82
--- src/sys/compat/sunos/syscalls.master:1.81 Sat Jan 26 21:08:40 2019
+++ src/sys/compat/sunos/syscalls.master Mon Sep 23 16:42:29 2019
@@ -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, \