Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/compat/linux/arch/powerpc/linux_syscalls.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/compat/linux/arch/powerpc/linux_syscalls.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9 retrieving revision 1.9.2.2 diff -u -p -r1.9 -r1.9.2.2 --- src/sys/compat/linux/arch/powerpc/linux_syscalls.c 2001/05/30 11:37:27 1.9 +++ src/sys/compat/linux/arch/powerpc/linux_syscalls.c 2002/01/10 19:51:38 1.9.2.2 @@ -1,12 +1,15 @@ -/* $NetBSD: linux_syscalls.c,v 1.9 2001/05/30 11:37:27 mrg Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.9.2.2 2002/01/10 19:51:38 thorpej Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.5 2001/05/13 20:54:45 manu Exp + * created from NetBSD: syscalls.master,v 1.7 2001/09/08 07:09:44 manu Exp */ +#include +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.9.2.2 2002/01/10 19:51:38 thorpej Exp $"); + #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" @@ -117,7 +120,7 @@ const char *const linux_syscallnames[] = "swapon", /* 87 = swapon */ "reboot", /* 88 = reboot */ "readdir", /* 89 = readdir */ - "powerpc_mmap", /* 90 = powerpc_mmap */ + "mmap", /* 90 = mmap */ "munmap", /* 91 = munmap */ "truncate", /* 92 = truncate */ "ftruncate", /* 93 = ftruncate */