[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.167 and 1.168

version 1.167, 2006/05/04 17:50:28 version 1.168, 2006/05/29 09:58:51
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.152 2006/05/04 17:48:56 christos Exp   * created from NetBSD: syscalls.master,v 1.153 2006/05/29 09:57:55 drochner Exp
  */   */
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
Line 236  const char *const syscallnames[] = {
Line 236  const char *const syscallnames[] = {
         "#172 (unimplemented)",         /* 172 = unimplemented */          "#172 (unimplemented)",         /* 172 = unimplemented */
         "pread",                        /* 173 = pread */          "pread",                        /* 173 = pread */
         "pwrite",                       /* 174 = pwrite */          "pwrite",                       /* 174 = pwrite */
         "ntp_gettime",                  /* 175 = ntp_gettime */          "compat_30_ntp_gettime",        /* 175 = compat_30 ntp_gettime */
 #if defined(NTP) || !defined(_KERNEL)  #if defined(NTP) || !defined(_KERNEL)
         "ntp_adjtime",                  /* 176 = ntp_adjtime */          "ntp_adjtime",                  /* 176 = ntp_adjtime */
 #else  #else
Line 528  const char *const syscallnames[] = {
Line 528  const char *const syscallnames[] = {
         "__getdents30",                 /* 390 = __getdents30 */          "__getdents30",                 /* 390 = __getdents30 */
         "posix_fadvise",                        /* 391 = posix_fadvise */          "posix_fadvise",                        /* 391 = posix_fadvise */
         "__fhstat30",                   /* 392 = __fhstat30 */          "__fhstat30",                   /* 392 = __fhstat30 */
           "__ntp_gettime30",                      /* 393 = __ntp_gettime30 */
 };  };

Legend:
Removed from v.1.167  
changed lines
  Added in v.1.168

CVSweb <webmaster@jp.NetBSD.org>