Module Name:    src
Committed By:   dholland
Date:           Sun May 13 06:12:43 UTC 2012

Modified Files:
        src/sys/rump/librump/rumpvfs: Makefile.rumpvfs

Log Message:
quota1_subr.c and vfs_quotactl.c are not needed here any more.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/librump/rumpvfs/Makefile.rumpvfs
diff -u src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.33 src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.34
--- src/sys/rump/librump/rumpvfs/Makefile.rumpvfs:1.33	Tue May  8 23:53:26 2012
+++ src/sys/rump/librump/rumpvfs/Makefile.rumpvfs	Sun May 13 06:12:43 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.rumpvfs,v 1.33 2012/05/08 23:53:26 riastradh Exp $
+#	$NetBSD: Makefile.rumpvfs,v 1.34 2012/05/13 06:12:43 dholland Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -51,9 +51,6 @@ SRCS+=	subr_bufq.c bufq_disksort.c bufq_
 # MFS miniroot support
 SRCS+=	mfs_miniroot.c
 
-#quota2 plists
-SRCS+= quota1_subr.c vfs_quotactl.c
-
 # dev
 # firmload is technically part of rumpdev, but it's pure vfs in nature.
 SRCS+=	firmload.c

Reply via email to