Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 May 2009 17:20:24 +0000 (UTC)
From:      Alexander Kabaev <kan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r192314 - in head/sys: gnu/fs/xfs/FreeBSD modules/xfs
Message-ID:  <200905181720.n4IHKO67068708@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905181720.n4IHKO67068708>