diff options
| author | thorpej <thorpej@NetBSD.org> | 2002-04-16 23:14:05 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2002-04-16 23:14:05 +0000 |
| commit | 37dc008ca3009fb577fc40fb177b2dc9d7210a85 (patch) | |
| tree | d57caf144b4d0241cda629ca76ca78e79ff4e92f /sys/miscfs/nullfs | |
| parent | 8c0f10ff03fbf38370bb60e8d952c4b76b5c2005 (diff) | |
Cleanup how file system configuration information is declared, grouping
related information together, with the file system code itself.
This is just low-hanging fruit -- more to come.
Diffstat (limited to 'sys/miscfs/nullfs')
| -rw-r--r-- | sys/miscfs/nullfs/files.nullfs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/miscfs/nullfs/files.nullfs b/sys/miscfs/nullfs/files.nullfs new file mode 100644 index 00000000000..16666b7f901 --- /dev/null +++ b/sys/miscfs/nullfs/files.nullfs @@ -0,0 +1,6 @@ +# $NetBSD: files.nullfs,v 1.1 2002/04/16 23:14:07 thorpej Exp $ + +deffs NULLFS + +file miscfs/nullfs/null_vfsops.c nullfs +file miscfs/nullfs/null_vnops.c nullfs |
