From owner-svn-src-user@FreeBSD.ORG Sat Apr 4 18:49:49 2015 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A312974; Sat, 4 Apr 2015 18:49:49 +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 05C35BA5; Sat, 4 Apr 2015 18:49:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t34Inm5k000509; Sat, 4 Apr 2015 18:49:48 GMT (envelope-from dchagin@FreeBSD.org) Received: (from dchagin@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t34InmOG000508; Sat, 4 Apr 2015 18:49:48 GMT (envelope-from dchagin@FreeBSD.org) Message-Id: <201504041849.t34InmOG000508@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dchagin set sender to dchagin@FreeBSD.org using -f From: Dmitry Chagin Date: Sat, 4 Apr 2015 18:49:48 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r281078 - 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-1 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: Sat, 04 Apr 2015 18:49:49 -0000 Author: dchagin Date: Sat Apr 4 18:49:48 2015 New Revision: 281078 URL: https://svnweb.freebsd.org/changeset/base/281078 Log: Fix build. Add procfs_fdlink.c to the files. Modified: user/dchagin/lemul/sys/conf/files Modified: user/dchagin/lemul/sys/conf/files ============================================================================== --- user/dchagin/lemul/sys/conf/files Sat Apr 4 18:45:25 2015 (r281077) +++ user/dchagin/lemul/sys/conf/files Sat Apr 4 18:49:48 2015 (r281078) @@ -2778,6 +2778,7 @@ fs/nullfs/null_vnops.c optional nullfs fs/procfs/procfs.c optional procfs fs/procfs/procfs_ctl.c optional procfs fs/procfs/procfs_dbregs.c optional procfs +fs/procfs/procfs_fdlink.c optional procfs fs/procfs/procfs_fpregs.c optional procfs fs/procfs/procfs_ioctl.c optional procfs fs/procfs/procfs_map.c optional procfs