[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.94 and 1.94.2.1

version 1.94, 2011/08/31 16:51:05 version 1.94.2.1, 2011/11/10 14:31:45
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.87 2011/08/31 16:50:32 njoly Exp   * created from NetBSD: syscalls.master,v 1.88 2011/11/08 10:59:12 njoly Exp
  */   */
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
Line 1136  struct sysent netbsd32_sysent[] = {
Line 1136  struct sysent netbsd32_sysent[] = {
             (sy_call_t *)netbsd32_pipe2 },      /* 453 = netbsd32_pipe2 */              (sy_call_t *)netbsd32_pipe2 },      /* 453 = netbsd32_pipe2 */
         { ns(struct netbsd32_dup3_args), 0,          { ns(struct netbsd32_dup3_args), 0,
             (sy_call_t *)netbsd32_dup3 },       /* 454 = netbsd32_dup3 */              (sy_call_t *)netbsd32_dup3 },       /* 454 = netbsd32_dup3 */
         { 0, 0, 0,          { ns(struct netbsd32_kqueue1_args), 0,
             sys_nosys },                        /* 455 = filler */              (sy_call_t *)netbsd32_kqueue1 },    /* 455 = netbsd32_kqueue1 */
         { 0, 0, 0,          { 0, 0, 0,
             sys_nosys },                        /* 456 = filler */              sys_nosys },                        /* 456 = filler */
         { 0, 0, 0,          { 0, 0, 0,

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.94.2.1

CVSweb <webmaster@jp.NetBSD.org>