Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/conf Adapt for the move of the softdep source into ...



details:   https://anonhg.NetBSD.org/src/rev/7a97becfe312
branches:  netbsd-1-5
changeset: 488238:7a97becfe312
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Fri Jun 23 14:28:55 2000 +0000

description:
Adapt for the move of the softdep source into the kernel, as on the trunk
(version 1.374).

diffstat:

 sys/conf/files |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a646dfa7a568 -r 7a97becfe312 sys/conf/files
--- a/sys/conf/files    Fri Jun 23 08:16:32 2000 +0000
+++ b/sys/conf/files    Fri Jun 23 14:28:55 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.373 2000/06/14 19:47:12 thorpej Exp $
+#      $NetBSD: files,v 1.373.2.1 2000/06/23 14:28:55 fvdl Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -976,6 +976,7 @@
 file ufs/ffs/ffs_balloc.c              ffs | mfs
 file ufs/ffs/ffs_bswap.c               (ffs | mfs) & ffs_ei
 file ufs/ffs/ffs_inode.c               ffs | mfs
+file ufs/ffs/ffs_softdep.c             ffs & softdep
 file ufs/ffs/ffs_softdep.stub.c                (ffs & !softdep) | (!ffs & (lfs | mfs | ext2fs))
 file ufs/ffs/ffs_subr.c                        ffs | mfs
 file ufs/ffs/ffs_tables.c              ffs | mfs



Home | Main Index | Thread Index | Old Index