[BACK]Return to linux_syscallargs.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / linux / arch / m68k

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/compat/linux/arch/m68k/linux_syscallargs.h between version 1.87 and 1.88

version 1.87, 2014/04/08 16:49:26 version 1.88, 2014/05/04 10:10:39
Line 4 
Line 4 
  * System call argument lists.   * System call argument lists.
  *   *
  * DO NOT EDIT-- this file is automatically generated.   * DO NOT EDIT-- this file is automatically generated.
  * created from NetBSD: syscalls.master,v 1.82 2014/04/08 16:48:01 njoly Exp   * created from NetBSD: syscalls.master,v 1.83 2014/05/04 10:08:53 njoly Exp
  */   */
   
 #ifndef _LINUX_SYS_SYSCALLARGS_H_  #ifndef _LINUX_SYS_SYSCALLARGS_H_
Line 646  struct linux_sys_pread_args {
Line 646  struct linux_sys_pread_args {
         syscallarg(int) fd;          syscallarg(int) fd;
         syscallarg(char *) buf;          syscallarg(char *) buf;
         syscallarg(size_t) nbyte;          syscallarg(size_t) nbyte;
         syscallarg(linux_off_t) offset;          syscallarg(off_t) offset;
 };  };
 check_syscall_args(linux_sys_pread)  check_syscall_args(linux_sys_pread)
   
Line 654  struct linux_sys_pwrite_args {
Line 654  struct linux_sys_pwrite_args {
         syscallarg(int) fd;          syscallarg(int) fd;
         syscallarg(char *) buf;          syscallarg(char *) buf;
         syscallarg(size_t) nbyte;          syscallarg(size_t) nbyte;
         syscallarg(linux_off_t) offset;          syscallarg(off_t) offset;
 };  };
 check_syscall_args(linux_sys_pwrite)  check_syscall_args(linux_sys_pwrite)
   

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88

CVSweb <webmaster@jp.NetBSD.org>