Module Name:    src
Committed By:   njoly
Date:           Sat Dec  7 09:19:36 UTC 2013

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

Log Message:
Remove liutimes(2) that linux never had.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/sys/rump/kern/lib/libsys_linux/syscalls.master:1.6
--- src/sys/rump/kern/lib/libsys_linux/syscalls.master:1.5	Sat Oct  5 09:22:01 2013
+++ src/sys/rump/kern/lib/libsys_linux/syscalls.master	Sat Dec  7 09:19:36 2013
@@ -1,4 +1,4 @@
-	$NetBSD: syscalls.master,v 1.5 2013/10/05 09:22:01 njoly Exp $
+	$NetBSD: syscalls.master,v 1.6 2013/12/07 09:19:36 njoly Exp $
 
 ;	@(#)syscalls.master	8.2 (Berkeley) 1/13/94
 
@@ -543,8 +543,7 @@
 421	UNIMPL		adjtime
 422	UNIMPL		lfs_segwait
 423	UNIMPL		futimes
-424	NODEF		{ int|linux_sys||lutimes(const char *path, \
-			    struct linux_timeval *tv); }
+424	UNIMPL		lutimes
 425	UNIMPL		setitimer
 426	UNIMPL		getitimer
 427	UNIMPL		clock_gettime

Reply via email to