Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/kern/lib/libsys_linux Ajust for compat linux utimes...



details:   https://anonhg.NetBSD.org/src/rev/b14a2c6240b1
branches:  trunk
changeset: 329567:b14a2c6240b1
user:      njoly <njoly%NetBSD.org@localhost>
date:      Thu May 29 10:41:48 2014 +0000

description:
Ajust for compat linux utimes(2) change.

diffstat:

 sys/rump/kern/lib/libsys_linux/syscalls.master |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 689d4a1bf48b -r b14a2c6240b1 sys/rump/kern/lib/libsys_linux/syscalls.master
--- a/sys/rump/kern/lib/libsys_linux/syscalls.master    Thu May 29 10:36:31 2014 +0000
+++ b/sys/rump/kern/lib/libsys_linux/syscalls.master    Thu May 29 10:41:48 2014 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.15 2014/05/04 10:30:39 njoly Exp $
+       $NetBSD: syscalls.master,v 1.16 2014/05/29 10:41:48 njoly Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -547,8 +547,8 @@
                            struct timezone *tzp); }
 419    NOARGS          { int|linux_sys||settimeofday(struct timeval50 *tp, \
                            struct timezone *tzp); }
-420    NOARGS          { int|linux_sys||utimes(const char *path, \
-                           struct linux_timeval *tv); }
+420    NOARGS          { int|compat_50_sys||utimes(const char *path, \
+                           const struct timveval50 *tptr); }
 421    UNIMPL          adjtime
 422    UNIMPL          lfs_segwait
 423    NOARGS          { int|sys|50|futimes(int fd, \



Home | Main Index | Thread Index | Old Index