[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.58 and 1.58.4.1

version 1.58, 1997/06/12 22:07:54 version 1.58.4.1, 1997/09/16 03:51:01
Line 2 
Line 2 
  * 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.52 1997/06/12 22:05:37 mrg Exp   * created from NetBSD: syscalls.master,v 1.55 1997/09/09 08:05:35 veego Exp
  */   */
   
 #include <sys/param.h>  #include <sys/param.h>
Line 690  struct sysent sysent[] = {
Line 690  struct sysent sysent[] = {
             sys_posix_rename },                 /* 270 = posix_rename */              sys_posix_rename },                 /* 270 = posix_rename */
         { 3, s(struct sys_swapctl_args),          { 3, s(struct sys_swapctl_args),
             sys_swapctl },                      /* 271 = swapctl */              sys_swapctl },                      /* 271 = swapctl */
           { 0, 0,
               sys_nosys },                        /* 272 = unimplemented */
           { 3, s(struct sys_minherit_args),
               sys_minherit },                     /* 273 = minherit */
 };  };
   

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.58.4.1

CVSweb <webmaster@jp.NetBSD.org>