diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-01-28 14:19:40 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-01-28 14:19:40 +0000 |
commit | 78a0782fef8ac0f3e8a39e8f0b06814bb951ac2a (patch) | |
tree | 38952021418377882564118236911137f3cb9ebe /sys | |
parent | f66efdaa0ee892ee683d1f77196728dd915db7c0 (diff) |
Missing files, noted by Marco S Hyman <marc@snafu.org>
Diffstat (limited to 'sys')
-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 50132e93724..ba6d5d2bc14 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.73 1998/01/26 04:12:14 dgregor Exp $ +# $OpenBSD: files,v 1.74 1998/01/28 14:19:39 niklas 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 |