Module Name:    src
Committed By:   njoly
Date:           Tue Dec 24 13:41:25 UTC 2013

Modified Files:
        src/sys/compat/linux/arch/m68k: files.linux_m68k syscalls.master

Log Message:
Reduce diffs between arches, add fcntl64() to m68k.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/compat/linux/arch/m68k/files.linux_m68k
cvs rdiff -u -r1.79 -r1.80 src/sys/compat/linux/arch/m68k/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/compat/linux/arch/m68k/files.linux_m68k
diff -u src/sys/compat/linux/arch/m68k/files.linux_m68k:1.6 src/sys/compat/linux/arch/m68k/files.linux_m68k:1.7
--- src/sys/compat/linux/arch/m68k/files.linux_m68k:1.6	Mon May 30 17:50:31 2011
+++ src/sys/compat/linux/arch/m68k/files.linux_m68k	Tue Dec 24 13:41:25 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: files.linux_m68k,v 1.6 2011/05/30 17:50:31 alnsn Exp $
+#	$NetBSD: files.linux_m68k,v 1.7 2013/12/24 13:41:25 njoly Exp $
 #
 # Config file description for m68k-dependent Linux compat code.
 
@@ -21,3 +21,4 @@ file	compat/linux/common/linux_uid16.c		
 file	compat/linux/common/linux_futex.c		compat_linux
 file	compat/linux/common/linux_fadvise64.c		compat_linux
 file	compat/linux/common/linux_fadvise64_64.c	compat_linux
+file	compat/linux/common/linux_fcntl64.c		compat_linux

Index: src/sys/compat/linux/arch/m68k/syscalls.master
diff -u src/sys/compat/linux/arch/m68k/syscalls.master:1.79 src/sys/compat/linux/arch/m68k/syscalls.master:1.80
--- src/sys/compat/linux/arch/m68k/syscalls.master:1.79	Sun Dec  8 15:55:10 2013
+++ src/sys/compat/linux/arch/m68k/syscalls.master	Tue Dec 24 13:41:25 2013
@@ -1,4 +1,4 @@
-	$NetBSD: syscalls.master,v 1.79 2013/12/08 15:55:10 njoly Exp $
+	$NetBSD: syscalls.master,v 1.80 2013/12/24 13:41:25 njoly Exp $
 
 ;	@(#)syscalls.master	8.1 (Berkeley) 7/19/93
 
@@ -426,7 +426,7 @@
 236	UNIMPL		sendfile64
 237	UNIMPL		mincore
 238	UNIMPL		madvise
-239	UNIMPL		fcntl64
+239	STD		{ int|linux_sys||fcntl64(int fd, int cmd, void *arg); }
 240	UNIMPL		readahead
 241	UNIMPL		io_setup
 242	UNIMPL		io_destroy

Reply via email to