Module Name:    src
Committed By:   njoly
Date:           Thu May 29 10:41:48 UTC 2014

Modified Files:
        src/sys/rump/kern/lib/libsys_linux: syscalls.master

Log Message:
Ajust for compat linux utimes(2) change.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/rump/kern/lib/libsys_linux/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/rump/kern/lib/libsys_linux/syscalls.master
diff -u src/sys/rump/kern/lib/libsys_linux/syscalls.master:1.15 src/sys/rump/kern/lib/libsys_linux/syscalls.master:1.16
--- src/sys/rump/kern/lib/libsys_linux/syscalls.master:1.15	Sun May  4 10:30:39 2014
+++ src/sys/rump/kern/lib/libsys_linux/syscalls.master	Thu May 29 10:41:48 2014
@@ -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, \

Reply via email to