Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/sys/compat/netbsd32 Pull up following revision(s) (reques...
details: https://anonhg.NetBSD.org/src/rev/b901b643c32b
branches: netbsd-7
changeset: 460820:b901b643c32b
user: martin <martin%NetBSD.org@localhost>
date: Mon Nov 04 14:51:31 2019 +0000
description:
Pull up following revision(s) (requested by rin in ticket #1711):
sys/compat/netbsd32/syscalls.master: revision 1.129
For netbsd32_readlinkat(2), bufsize is netbsd_size_t, not size_t.
Since bufsize is the last argument, this affects only LP64EB.
XXX
pullup to netbsd-9, -8, and -7
diffstat:
sys/compat/netbsd32/syscalls.master | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 167a215ea026 -r b901b643c32b sys/compat/netbsd32/syscalls.master
--- a/sys/compat/netbsd32/syscalls.master Thu Oct 31 01:53:00 2019 +0000
+++ b/sys/compat/netbsd32/syscalls.master Mon Nov 04 14:51:31 2019 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.101.2.3 2015/11/06 09:16:48 martin Exp $
+ $NetBSD: syscalls.master,v 1.101.2.4 2019/11/04 14:51:31 martin Exp $
; from: NetBSD: syscalls.master,v 1.81 1998/07/05 08:49:50 jonathan Exp
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -1016,7 +1016,7 @@
469 STD { netbsd32_ssize_t|netbsd32||readlinkat(int fd, \
const netbsd32_charp path, \
netbsd32_charp buf, \
- size_t bufsize); }
+ netbsd32_size_t bufsize); }
470 STD { int|netbsd32||symlinkat(const netbsd32_charp path1, \
int fd, \
const netbsd32_charp path2); }
Home |
Main Index |
Thread Index |
Old Index