Module Name: src
Committed By: christos
Date: Sun Feb 22 00:50:30 UTC 2015
Modified Files:
src/sys/kern: syscalls.master
Log Message:
PR/49684: Pierre Pronchery: readlinkat(2) return type is wrong.
To generate a diff of this commit:
cvs rdiff -u -r1.271 -r1.272 src/sys/kern/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/kern/syscalls.master
diff -u src/sys/kern/syscalls.master:1.271 src/sys/kern/syscalls.master:1.272
--- src/sys/kern/syscalls.master:1.271 Tue Feb 10 10:07:39 2015
+++ src/sys/kern/syscalls.master Sat Feb 21 19:50:30 2015
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.271 2015/02/10 15:07:39 martin Exp $
+ $NetBSD: syscalls.master,v 1.272 2015/02/22 00:50:30 christos Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -919,7 +919,7 @@
const struct timespec *tptr, int flag); }
468 STD RUMP { int|sys||openat(int fd, const char *path, \
int oflags, ... mode_t mode); }
-469 STD RUMP { int|sys||readlinkat(int fd, const char *path, \
+469 STD RUMP { ssize_t|sys||readlinkat(int fd, const char *path, \
char *buf, size_t bufsize); }
470 STD RUMP { int|sys||symlinkat(const char *path1, int fd, \
const char *path2); }