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/linux_syscalls.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/compat/linux/linux_syscalls.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.40 retrieving revision 1.41 diff -u -p -r1.40 -r1.41 --- src/sys/compat/linux/linux_syscalls.c 2002/01/14 23:14:34 1.40 +++ src/sys/compat/linux/linux_syscalls.c 2005/05/15 21:44:42 1.41 @@ -1,4 +1,4 @@ -/* $NetBSD: linux_syscalls.c,v 1.40 2002/01/14 23:14:34 bjh21 Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.41 2005/05/15 21:44:42 fvdl Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -39,7 +39,7 @@ /* XXX XXX This exists to keep kdump and friends happy. */ #include -__KERNEL_RCSID(1, "$NetBSD: linux_syscalls.c,v 1.40 2002/01/14 23:14:34 bjh21 Exp $"); +__KERNEL_RCSID(1, "$NetBSD: linux_syscalls.c,v 1.41 2005/05/15 21:44:42 fvdl Exp $"); #if defined(__i386__) #include "../../sys/compat/linux/arch/i386/linux_syscalls.c" @@ -53,6 +53,8 @@ __KERNEL_RCSID(1, "$NetBSD: linux_syscal #include "../../sys/compat/linux/arch/mips/linux_syscalls.c" #elif defined(__arm__) #include "../../sys/compat/linux/arch/arm/linux_syscalls.c" +#elif defined(__amd64__) +#include "../../sys/compat/linux/arch/amd64/linux_syscalls.c" #else const char * const linux_syscallnames[] = { 0 }; #endif