From owner-svn-src-head@FreeBSD.ORG Mon May 18 17:20:24 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB810106566C; Mon, 18 May 2009 17:20:24 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B78328FC12; Mon, 18 May 2009 17:20:24 +0000 (UTC) (envelope-from kan@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n4IHKOJW068709; Mon, 18 May 2009 17:20:24 GMT (envelope-from kan@svn.freebsd.org) Received: (from kan@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n4IHKO67068708; Mon, 18 May 2009 17:20:24 GMT (envelope-from kan@svn.freebsd.org) Message-Id: <200905181720.n4IHKO67068708@svn.freebsd.org> From: Alexander Kabaev Date: Mon, 18 May 2009 17:20:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r192314 - in head/sys: gnu/fs/xfs/FreeBSD modules/xfs X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2009 17:20:25 -0000 Author: kan Date: Mon May 18 17:20:24 2009 New Revision: 192314 URL: http://svn.freebsd.org/changeset/base/192314 Log: Remove empty files and do nto try to build them. Apparently, they are problematic for CTF users. PR: 119298 Submitted by: Julian H. Stacey Deleted: head/sys/gnu/fs/xfs/FreeBSD/xfsdmapistubs.c head/sys/gnu/fs/xfs/FreeBSD/xfsquotasstubs.c head/sys/gnu/fs/xfs/FreeBSD/xfsrtstubs.c Modified: head/sys/modules/xfs/Makefile Modified: head/sys/modules/xfs/Makefile ============================================================================== --- head/sys/modules/xfs/Makefile Mon May 18 17:18:40 2009 (r192313) +++ head/sys/modules/xfs/Makefile Mon May 18 17:20:24 2009 (r192314) @@ -54,9 +54,6 @@ SRCS = vnode_if.h \ xfs_iget.c \ xfs_attr_leaf.c \ xfs_attr.c \ - xfsrtstubs.c \ - xfsquotasstubs.c \ - xfsdmapistubs.c \ xfs_dmops.c \ xfs_qmops.c \ xfs_mountops.c \