Add a set of generic file system operations that most file systems use.

Also, fix some time stamp bogosities.
This commit is contained in:
mycroft 1996-09-01 23:57:15 +00:00
parent e1ea13d92a
commit 125a8c5ce5
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files,v 1.94 1996/08/31 20:27:55 mycroft Exp $
# $NetBSD: files,v 1.95 1996/09/01 23:57:15 mycroft Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@ -182,6 +182,7 @@ file miscfs/deadfs/dead_vnops.c
file miscfs/fdesc/fdesc_vfsops.c fdesc
file miscfs/fdesc/fdesc_vnops.c fdesc
file miscfs/fifofs/fifo_vnops.c fifo
file miscfs/genfs/genfs_vnops.c
file miscfs/kernfs/kernfs_vfsops.c kernfs
file miscfs/kernfs/kernfs_vnops.c kernfs
file miscfs/nullfs/null_subr.c nullfs

View File

@ -1,4 +1,4 @@
# $NetBSD: files.oldconf,v 1.69 1996/06/23 00:10:14 thorpej Exp $
# $NetBSD: files.oldconf,v 1.70 1996/09/01 23:57:19 mycroft Exp $
#
adosfs/adlookup.c optional adosfs
adosfs/adutil.c optional adosfs
@ -98,6 +98,7 @@ miscfs/deadfs/dead_vnops.c standard
miscfs/fdesc/fdesc_vfsops.c optional fdesc
miscfs/fdesc/fdesc_vnops.c optional fdesc
miscfs/fifofs/fifo_vnops.c optional fifo
miscfs/genfs/genfs_vnops.c standard
miscfs/kernfs/kernfs_vfsops.c optional kernfs
miscfs/kernfs/kernfs_vnops.c optional kernfs
miscfs/nullfs/null_subr.c optional nullfs