[BACK]Return to linux_syscalls.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / linux / arch / m68k

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

Diff for /src/sys/compat/linux/arch/m68k/linux_syscalls.c between version 1.23 and 1.24

version 1.23, 2000/12/09 12:27:00 version 1.24, 2000/12/12 19:03:46
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.21 2000/12/09 12:23:36 jdolecek Exp   * created from NetBSD: syscalls.master,v 1.22 2000/12/12 19:02:00 jdolecek Exp
  */   */
   
 #if defined(_KERNEL) && !defined(_LKM)  #if defined(_KERNEL) && !defined(_LKM)
Line 237  const char *const linux_syscallnames[] =
Line 237  const char *const linux_syscallnames[] =
         "__vfork14",                    /* 190 = __vfork14 */          "__vfork14",                    /* 190 = __vfork14 */
         "#191 (unimplemented getrlimit)",               /* 191 = unimplemented getrlimit */          "#191 (unimplemented getrlimit)",               /* 191 = unimplemented getrlimit */
         "#192 (unimplemented mmap2)",           /* 192 = unimplemented mmap2 */          "#192 (unimplemented mmap2)",           /* 192 = unimplemented mmap2 */
         "#193 (unimplemented truncate64)",              /* 193 = unimplemented truncate64 */          "truncate64",                   /* 193 = truncate64 */
         "#194 (unimplemented ftruncate64)",             /* 194 = unimplemented ftruncate64 */          "ftruncate64",                  /* 194 = ftruncate64 */
         "#195 (unimplemented stat64)",          /* 195 = unimplemented stat64 */          "stat64",                       /* 195 = stat64 */
         "#196 (unimplemented lstat64)",         /* 196 = unimplemented lstat64 */          "lstat64",                      /* 196 = lstat64 */
         "#197 (unimplemented fstat64)",         /* 197 = unimplemented fstat64 */          "fstat64",                      /* 197 = fstat64 */
         "#198 (unimplemented lchown)",          /* 198 = unimplemented lchown */          "#198 (unimplemented lchown)",          /* 198 = unimplemented lchown */
         "#199 (unimplemented getuid)",          /* 199 = unimplemented getuid */          "#199 (unimplemented getuid)",          /* 199 = unimplemented getuid */
         "#200 (unimplemented getgid)",          /* 200 = unimplemented getgid */          "#200 (unimplemented getgid)",          /* 200 = unimplemented getgid */

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

CVSweb <webmaster@jp.NetBSD.org>