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_syscalls.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/compat/linux/arch/m68k/linux_syscalls.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.60 retrieving revision 1.60.6.2 diff -u -p -r1.60 -r1.60.6.2 --- src/sys/compat/linux/arch/m68k/linux_syscalls.c 2007/11/16 12:54:00 1.60 +++ src/sys/compat/linux/arch/m68k/linux_syscalls.c 2008/01/19 12:14:56 1.60.6.2 @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.60 2007/11/16 12:54:00 njoly Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.60.6.2 2008/01/19 12:14:56 bouyer Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.55 2007/11/16 12:51:55 njoly Exp + * created from NetBSD: syscalls.master,v 1.59 2008/01/15 22:38:34 njoly Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.60 2007/11/16 12:54:00 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.60.6.2 2008/01/19 12:14:56 bouyer Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) @@ -189,7 +189,7 @@ const char *const linux_syscallnames[] = /* 136 */ "personality", /* 137 */ "#137 (unimplemented afs_syscall)", /* 138 */ "linux_setfsuid16", - /* 139 */ "linux_getfsuid16", + /* 139 */ "linux_setfsgid16", /* 140 */ "llseek", /* 141 */ "getdents", /* 142 */ "select", @@ -215,13 +215,13 @@ const char *const linux_syscallnames[] = /* 162 */ "nanosleep", /* 163 */ "mremap", /* 164 */ "setresuid16", - /* 165 */ "linux_getresuid16", + /* 165 */ "getresuid16", /* 166 */ "#166 (unimplemented vm86)", /* 167 */ "#167 (unimplemented query_module)", /* 168 */ "poll", /* 169 */ "#169 (unimplemented nfsservctl)", /* 170 */ "setresgid16", - /* 171 */ "linux_getresgid16", + /* 171 */ "getresgid16", /* 172 */ "#172 (unimplemented prctl)", /* 173 */ "rt_sigreturn", /* 174 */ "rt_sigaction", @@ -242,6 +242,7 @@ const char *const linux_syscallnames[] = /* 189 */ "#189 (unimplemented putpmsg)", /* 190 */ "__vfork14", /* 191 */ "ugetrlimit", +#define linux_sys_mmap2_args linux_sys_mmap_args /* 192 */ "mmap2", /* 193 */ "truncate64", /* 194 */ "ftruncate64", @@ -266,7 +267,7 @@ const char *const linux_syscallnames[] = /* 213 */ "setuid", /* 214 */ "setgid", /* 215 */ "setfsuid", - /* 216 */ "getfsuid", + /* 216 */ "setfsgid", /* 217 */ "#217 (unimplemented / * unused * /)", /* 218 */ "#218 (unimplemented / * unused * /)", /* 219 */ "#219 (unimplemented / * unused * /)",