Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch/amd64 stat64 syscalls require struct l...



details:   https://anonhg.NetBSD.org/src/rev/995f0676300d
branches:  trunk
changeset: 748655:995f0676300d
user:      njoly <njoly%NetBSD.org@localhost>
date:      Fri Oct 30 10:57:40 2009 +0000

description:
stat64 syscalls require struct linux_stat64.

diffstat:

 sys/compat/linux/arch/amd64/syscalls.master |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 1473ac8c40ac -r 995f0676300d sys/compat/linux/arch/amd64/syscalls.master
--- a/sys/compat/linux/arch/amd64/syscalls.master       Fri Oct 30 01:57:48 2009 +0000
+++ b/sys/compat/linux/arch/amd64/syscalls.master       Fri Oct 30 10:57:40 2009 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.32 2009/06/17 14:18:51 njoly Exp $
+       $NetBSD: syscalls.master,v 1.33 2009/10/30 10:57:40 njoly Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -70,11 +70,11 @@
                            int mode); }
 3      NOARGS          { int|sys||close(int fd); }
 4      STD             { int|linux_sys||stat64(const char *path, \
-                           struct linux_stat *sp); }
+                           struct linux_stat64 *sp); }
 5      STD             { int|linux_sys||fstat64(int fd, \
-                           struct linux_stat *sp); }
+                           struct linux_stat64 *sp); }
 6      STD             { int|linux_sys||lstat64(const char *path, \
-                           struct linux_stat *sp); }
+                           struct linux_stat64 *sp); }
 7      NOARGS          { int|sys||poll(struct pollfd *fds, u_int nfds, \
                            int timeout); }
 8      NOARGS          { long|compat_43_sys||lseek(int fd, long offset, \



Home | Main Index | Thread Index | Old Index