From owner-svn-src-user@FreeBSD.ORG Fri May 30 18:03:17 2014 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 248E7B80; Fri, 30 May 2014 18:03:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1289620DA; Fri, 30 May 2014 18:03:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UI3GrS095352; Fri, 30 May 2014 18:03:16 GMT (envelope-from cognet@svn.freebsd.org) Received: (from cognet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4UI3GsJ095351; Fri, 30 May 2014 18:03:16 GMT (envelope-from cognet@svn.freebsd.org) Message-Id: <201405301803.s4UI3GsJ095351@svn.freebsd.org> From: Olivier Houchard Date: Fri, 30 May 2014 18:03:16 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r266896 - user/dchagin/lemul/sys/conf X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 18:03:17 -0000 Author: cognet Date: Fri May 30 18:03:16 2014 New Revision: 266896 URL: http://svnweb.freebsd.org/changeset/base/266896 Log: Add linux_event.c to COMPAT_LINUX32, it is needed too. Modified: user/dchagin/lemul/sys/conf/files.amd64 Modified: user/dchagin/lemul/sys/conf/files.amd64 ============================================================================== --- user/dchagin/lemul/sys/conf/files.amd64 Fri May 30 16:53:53 2014 (r266895) +++ user/dchagin/lemul/sys/conf/files.amd64 Fri May 30 18:03:16 2014 (r266896) @@ -474,6 +474,7 @@ amd64/linux32/linux32_support.s optional amd64/linux32/linux32_sysent.c optional compat_linux32 amd64/linux32/linux32_sysvec.c optional compat_linux32 compat/linux/linux_emul.c optional compat_linux32 +compat/linux/linux_event.c optional compat_linux32 compat/linux/linux_file.c optional compat_linux32 compat/linux/linux_fork.c optional compat_linux32 compat/linux/linux_futex.c optional compat_linux32