Module Name: src
Committed By: christos
Date: Wed Feb 25 13:16:33 UTC 2015
Modified Files:
src/sys/compat/netbsd32: syscalls.master
Log Message:
readlinkat returns ssize_t
To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/sys/compat/netbsd32/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/netbsd32/syscalls.master
diff -u src/sys/compat/netbsd32/syscalls.master:1.101 src/sys/compat/netbsd32/syscalls.master:1.102
--- src/sys/compat/netbsd32/syscalls.master:1.101 Fri Jun 13 06:36:18 2014
+++ src/sys/compat/netbsd32/syscalls.master Wed Feb 25 08:16:33 2015
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.101 2014/06/13 10:36:18 joerg Exp $
+ $NetBSD: syscalls.master,v 1.102 2015/02/25 13:16:33 christos 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); }