[BACK]Return to linux_syscall.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_syscall.h between version 1.41 and 1.42

version 1.41, 2002/04/10 18:19:08 version 1.42, 2002/05/12 13:57:08
Line 4 
Line 4 
  * System call numbers.   * System call numbers.
  *   *
  * DO NOT EDIT-- this file is automatically generated.   * DO NOT EDIT-- this file is automatically generated.
  * created from NetBSD: syscalls.master,v 1.38 2002/04/10 18:18:28 christos Exp   * created from NetBSD: syscalls.master,v 1.39 2002/05/12 13:55:54 jdolecek Exp
  */   */
   
 /* syscall: "syscall" ret: "int" args: */  /* syscall: "syscall" ret: "int" args: */
Line 543 
Line 543 
 /* syscall: "getdents64" ret: "int" args: "int" "struct linux_dirent64 *" "unsigned int" */  /* syscall: "getdents64" ret: "int" args: "int" "struct linux_dirent64 *" "unsigned int" */
 #define LINUX_SYS_getdents64    220  #define LINUX_SYS_getdents64    220
   
 #define LINUX_SYS_MAXSYSCALL    221  #define LINUX_SYS_MAXSYSCALL    223

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

CVSweb <webmaster@jp.NetBSD.org>