[BACK]Return to init_sysent.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

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

Diff for /src/sys/kern/init_sysent.c between version 1.253 and 1.254

version 1.253, 2011/02/21 23:31:00 version 1.254, 2011/03/06 17:08:36
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.245 2011/02/21 23:20:19 pooka Exp   * created from NetBSD
  */   */
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
Line 399  struct sysent sysent[] = {
Line 399  struct sysent sysent[] = {
             (sy_call_t *)sys_nomodule },        /* 146 = compat_43_okillpg */              (sy_call_t *)sys_nomodule },        /* 146 = compat_43_okillpg */
         { 0, 0, 0,          { 0, 0, 0,
             (sy_call_t *)sys_setsid },          /* 147 = setsid */              (sy_call_t *)sys_setsid },          /* 147 = setsid */
         { ns(struct sys_quotactl_args), 0,          { ns(struct compat_50_sys_quotactl_args), 0,
             (sy_call_t *)sys_quotactl },        /* 148 = quotactl */              (sy_call_t *)sys_nomodule },        /* 148 = compat_50_quotactl */
         { 0, 0, 0,          { 0, 0, 0,
             (sy_call_t *)sys_nomodule },        /* 149 = compat_43_oquota */              (sy_call_t *)sys_nomodule },        /* 149 = compat_43_oquota */
         { ns(struct compat_43_sys_getsockname_args), 0,          { ns(struct compat_43_sys_getsockname_args), 0,
Line 1095  struct sysent sysent[] = {
Line 1095  struct sysent sysent[] = {
             (sy_call_t *)sys___mknod50 },       /* 450 = __mknod50 */              (sy_call_t *)sys___mknod50 },       /* 450 = __mknod50 */
         { ns(struct sys___fhstat50_args), 0,          { ns(struct sys___fhstat50_args), 0,
             (sy_call_t *)sys___fhstat50 },      /* 451 = __fhstat50 */              (sy_call_t *)sys___fhstat50 },      /* 451 = __fhstat50 */
         { 0, 0, 0,          { ns(struct sys___quotactl50_args), 0,
             sys_nosys },                        /* 452 = filler */              (sy_call_t *)sys___quotactl50 },    /* 452 = __quotactl50 */
         { 0, 0, 0,          { 0, 0, 0,
             sys_nosys },                        /* 453 = filler */              sys_nosys },                        /* 453 = filler */
         { 0, 0, 0,          { 0, 0, 0,

Legend:
Removed from v.1.253  
changed lines
  Added in v.1.254

CVSweb <webmaster@jp.NetBSD.org>