diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1998-01-10 23:41:20 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1998-01-10 23:41:20 +0000 |
commit | 5043abaccb7a0f20c0d78adcb452ac1a3181204f (patch) | |
tree | a7bc3f3f54e56aec0583b277c749c1dcde443088 /sys/conf/files | |
parent | 6b759d14c5c7be852b317e2c930c4569fc568c93 (diff) |
Broke up vfs_subr.c which was getting a bit huge. We now have seperate files
for the syncer daemon as well as default VOP_*.
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 9672142d8fb..4e7083ea1c9 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.71 1997/11/25 11:00:10 provos Exp $ +# $OpenBSD: files,v 1.72 1998/01/10 23:41:18 csapuntz Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -205,10 +205,12 @@ file kern/vfs_bio.c file kern/vfs_cache.c file kern/vfs_cluster.c file kern/vfs_conf.c +file kern/vfs_default.c file kern/vfs_init.c file kern/vfs_lockf.c file kern/vfs_lookup.c file kern/vfs_subr.c +file kern/vfs_sync.c file kern/vfs_syscalls.c file kern/vfs_vnops.c file kern/vnode_if.c |