[BACK]Return to syscalls.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/syscalls.c between version 1.217 and 1.218

version 1.217, 2008/06/16 01:00:21 version 1.218, 2008/06/17 16:07:57
Line 4 
Line 4 
  * System call names.   * System call names.
  *   *
  * DO NOT EDIT-- this file is automatically generated.   * DO NOT EDIT-- this file is automatically generated.
  * created from NetBSD: syscalls.master,v 1.203 2008/06/16 00:54:10 christos Exp   * created from NetBSD: syscalls.master,v 1.204 2008/06/17 16:05:23 tsutsui Exp
  */   */
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
Line 23  __KERNEL_RCSID(0, "$NetBSD$");
Line 23  __KERNEL_RCSID(0, "$NetBSD$");
 #include <sys/systm.h>  #include <sys/systm.h>
 #include <sys/signal.h>  #include <sys/signal.h>
 #include <sys/mount.h>  #include <sys/mount.h>
 #include <sys/syscallargs.h>  
 #include <sys/sched.h>  #include <sys/sched.h>
   #include <sys/syscallargs.h>
 #endif /* _KERNEL_OPT */  #endif /* _KERNEL_OPT */
   
 const char *const syscallnames[] = {  const char *const syscallnames[] = {

Legend:
Removed from v.1.217  
changed lines
  Added in v.1.218

CVSweb <webmaster@jp.NetBSD.org>