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/mips/linux_syscall.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/compat/linux/arch/mips/linux_syscall.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.62 retrieving revision 1.62.2.2 diff -u -p -r1.62 -r1.62.2.2 --- src/sys/compat/linux/arch/mips/linux_syscall.h 2014/11/22 13:20:35 1.62 +++ src/sys/compat/linux/arch/mips/linux_syscall.h 2015/12/27 12:09:46 1.62.2.2 @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.62 2014/11/22 13:20:35 njoly Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.62.2.2 2015/12/27 12:09:46 skrll Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.57 2014/11/22 13:18:45 njoly Exp + * created from NetBSD: syscalls.master,v 1.59 2015/10/27 06:29:35 njoly Exp */ #ifndef _LINUX_SYS_SYSCALL_H_ @@ -60,7 +60,7 @@ /* syscall: "chmod" ret: "int" args: "const char *" "int" */ #define LINUX_SYS_chmod 15 -/* syscall: "__posix_lchown" ret: "int" args: "const char *" "int" "int" */ +/* syscall: "__posix_lchown" ret: "int" args: "const char *" "uid_t" "gid_t" */ #define LINUX_SYS___posix_lchown 16 /* 18 is obsolete ostat */ @@ -253,7 +253,7 @@ /* syscall: "fchmod" ret: "int" args: "int" "linux_umode_t" */ #define LINUX_SYS_fchmod 94 -/* syscall: "__posix_fchown" ret: "int" args: "int" "int" "int" */ +/* syscall: "__posix_fchown" ret: "int" args: "int" "uid_t" "gid_t" */ #define LINUX_SYS___posix_fchown 95 /* syscall: "getpriority" ret: "int" args: "int" "int" */ @@ -505,7 +505,7 @@ /* syscall: "pwrite" ret: "int" args: "int" "char *" "size_t" "off_t" */ #define LINUX_SYS_pwrite 201 -/* syscall: "__posix_chown" ret: "int" args: "const char *" "int" "int" */ +/* syscall: "__posix_chown" ret: "int" args: "const char *" "uid_t" "gid_t" */ #define LINUX_SYS___posix_chown 202 /* syscall: "__getcwd" ret: "int" args: "char *" "size_t" */