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/4aaa50132406
branches:  netbsd-7
changeset: 799053:4aaa50132406
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Mar 07 05:22:01 2015 +0000

description:
Pull up following revision(s) (requested by khorben in ticket #560):
        sys/compat/netbsd32/syscalls.master: revision 1.102
readlinkat returns ssize_t

diffstat:

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

diffs (18 lines):

diff -r 4f2ed3d1fab3 -r 4aaa50132406 sys/compat/netbsd32/syscalls.master
--- a/sys/compat/netbsd32/syscalls.master       Sat Mar 07 05:20:26 2015 +0000
+++ b/sys/compat/netbsd32/syscalls.master       Sat Mar 07 05:22:01 2015 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.101 2014/06/13 10:36:18 joerg Exp $
+       $NetBSD: syscalls.master,v 1.101.2.1 2015/03/07 05:22:01 snj Exp $
 
 ;      from: NetBSD: syscalls.master,v 1.81 1998/07/05 08:49:50 jonathan Exp
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
@@ -1008,7 +1008,7 @@
                            const netbsd32_charp path, \
                            int oflags, ... \
                            mode_t mode); }
-469    STD             { int|netbsd32||readlinkat(int fd, \
+469    STD             { netbsd32_ssize_t|netbsd32||readlinkat(int fd, \
                            const netbsd32_charp path, \
                            netbsd32_charp buf, \
                            size_t bufsize); }



Home | Main Index | Thread Index | Old Index