Source-Changes-HG archive

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

[src/bouyer-quota2]: src/sbin/fsdb Add quota2_subr.c to make it link again.



details:   https://anonhg.NetBSD.org/src/rev/1bcfabd7a27b
branches:  bouyer-quota2
changeset: 761131:1bcfabd7a27b
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Feb 08 22:29:58 2011 +0000

description:
Add quota2_subr.c to make it link again.

diffstat:

 sbin/fsdb/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 437e083fa152 -r 1bcfabd7a27b sbin/fsdb/Makefile
--- a/sbin/fsdb/Makefile        Tue Feb 08 22:14:22 2011 +0000
+++ b/sbin/fsdb/Makefile        Tue Feb 08 22:29:58 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.27.2.1 2011/01/20 14:24:54 bouyer Exp $
+#      $NetBSD: Makefile,v 1.27.2.2 2011/02/08 22:29:58 bouyer Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/5/93
 
 WARNS?=        3       # XXX: sign-compare issues in ../fsck_ffs
@@ -19,6 +19,10 @@
 .PATH: ${FSCK} ${FSCK_FFS} ${NETBSDSRCDIR}/sys/ufs/ffs
 
 SRCS+= vfs_wapbl.c wapbl.c
+
+.PATH: ${NETBSDSRCDIR}/sys/ufs/ufs
+SRCS+= quota2_subr.c
+
 .PATH: ${NETBSDSRCDIR}/sys/kern
 CPPFLAGS+=-DWAPBL_DEBUG_PRINT=0
 



Home | Main Index | Thread Index | Old Index