Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/bouyer-quota2]: src/sys/modules/ffs Add ufs_quota?.c



details:   https://anonhg.NetBSD.org/src/rev/c47fd4503d8c
branches:  bouyer-quota2
changeset: 761125:c47fd4503d8c
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Feb 08 20:04:52 2011 +0000

description:
Add ufs_quota?.c

diffstat:

 sys/modules/ffs/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r f0f54f4fc023 -r c47fd4503d8c sys/modules/ffs/Makefile
--- a/sys/modules/ffs/Makefile  Tue Feb 08 20:00:53 2011 +0000
+++ b/sys/modules/ffs/Makefile  Tue Feb 08 20:04:52 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4.6.1 2011/02/08 19:29:42 bouyer Exp $
+#      $NetBSD: Makefile,v 1.4.6.2 2011/02/08 20:04:52 bouyer Exp $
 
 .include "../Makefile.inc"
 
@@ -9,7 +9,8 @@
 
 .PATH: ${S}/ufs/ufs
 SRCS=  ufs_bmap.c ufs_dirhash.c ufs_extattr.c ufs_ihash.c ufs_inode.c \
-       ufs_lookup.c ufs_quota.c ufs_vfsops.c ufs_vnops.c ufs_wapbl.c
+       ufs_lookup.c ufs_quota.c ufs_quota1.c ufs_quota2.c ufs_vfsops.c \
+       ufs_vnops.c ufs_wapbl.c
 
 .PATH: ${S}/ufs/ffs
 SRCS+= ffs_alloc.c ffs_balloc.c ffs_inode.c ffs_subr.c ffs_tables.c \



Home | Main Index | Thread Index | Old Index