Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/compat/linux/arch/m68k/linux_syscall.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/compat/linux/arch/m68k/linux_syscall.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.45 retrieving revision 1.46 diff -u -p -r1.45 -r1.46 --- src/sys/compat/linux/arch/m68k/linux_syscall.h 2003/01/18 23:36:48 1.45 +++ src/sys/compat/linux/arch/m68k/linux_syscall.h 2003/06/23 21:26:38 1.46 @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.45 2003/01/18 23:36:48 thorpej Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.46 2003/06/23 21:26:38 christos Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.40 2003/01/18 08:02:49 thorpej Exp + * created from NetBSD: syscalls.master,v 1.41 2003/06/23 21:25:57 christos Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -468,6 +468,9 @@ /* syscall: "ugetrlimit" ret: "int" args: "int" "struct orlimit *" */ #define LINUX_SYS_ugetrlimit 191 +/* syscall: "mmap2" ret: "linux_off_t" args: "unsigned long" "size_t" "int" "int" "int" "linux_off_t" */ +#define LINUX_SYS_mmap2 192 + /* syscall: "truncate64" ret: "int" args: "const char *" "off_t" */ #define LINUX_SYS_truncate64 193