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/amd64/linux_commons.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/compat/linux/arch/amd64/linux_commons.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.10.4.1 retrieving revision 1.11 diff -u -p -r1.10.4.1 -r1.11 --- src/sys/compat/linux/arch/amd64/linux_commons.c 2011/06/06 09:07:21 1.10.4.1 +++ src/sys/compat/linux/arch/amd64/linux_commons.c 2011/05/30 17:50:31 1.11 @@ -1,4 +1,4 @@ -/* $NetBSD: linux_commons.c,v 1.10.4.1 2011/06/06 09:07:21 jruoho Exp $ */ +/* $NetBSD: linux_commons.c,v 1.11 2011/05/30 17:50:31 alnsn Exp $ */ /* * This file includes C files from the common @@ -13,7 +13,7 @@ */ #include -__KERNEL_RCSID(1, "$NetBSD: linux_commons.c,v 1.10.4.1 2011/06/06 09:07:21 jruoho Exp $"); +__KERNEL_RCSID(1, "$NetBSD: linux_commons.c,v 1.11 2011/05/30 17:50:31 alnsn Exp $"); #if defined(_KERNEL_OPT) #include "opt_sysv.h"