[BACK]Return to netbsd32_sysent.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / netbsd32

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

Diff for /src/sys/compat/netbsd32/netbsd32_sysent.c between version 1.36 and 1.37

version 1.36, 2005/07/08 21:40:26 version 1.37, 2005/07/08 22:22:19
Line 4 
Line 4 
  * System call switch table.   * System call switch table.
  *   *
  * DO NOT EDIT-- this file is automatically generated.   * DO NOT EDIT-- this file is automatically generated.
  * created from NetBSD: syscalls.master,v 1.29 2005/07/08 21:39:39 cube Exp   * created from NetBSD: syscalls.master,v 1.30 2005/07/08 22:21:43 cube Exp
  */   */
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
Line 690  struct sysent netbsd32_sysent[] = {
Line 690  struct sysent netbsd32_sysent[] = {
             netbsd32_nanosleep },               /* 240 = netbsd32_nanosleep */              netbsd32_nanosleep },               /* 240 = netbsd32_nanosleep */
         { 1, s(struct netbsd32_fdatasync_args), 0,          { 1, s(struct netbsd32_fdatasync_args), 0,
             netbsd32_fdatasync },               /* 241 = netbsd32_fdatasync */              netbsd32_fdatasync },               /* 241 = netbsd32_fdatasync */
           { 1, s(struct netbsd32_mlockall_args), 0,
               netbsd32_mlockall },                /* 242 = netbsd32_mlockall */
         { 0, 0, 0,          { 0, 0, 0,
             sys_nosys },                        /* 242 = unimplemented */              sys_munlockall },                   /* 243 = munlockall */
         { 0, 0, 0,  
             sys_nosys },                        /* 243 = unimplemented */  
         { 0, 0, 0,          { 0, 0, 0,
             sys_nosys },                        /* 244 = unimplemented */              sys_nosys },                        /* 244 = unimplemented */
         { 0, 0, 0,          { 0, 0, 0,

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

CVSweb <webmaster@jp.NetBSD.org>