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/fdesc | |
| 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/fdesc')
| -rw-r--r-- | sys/miscfs/fdesc/files.fdesc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/miscfs/fdesc/files.fdesc b/sys/miscfs/fdesc/files.fdesc new file mode 100644 index 00000000000..b0d9bcf7cd8 --- /dev/null +++ b/sys/miscfs/fdesc/files.fdesc @@ -0,0 +1,6 @@ +# $NetBSD: files.fdesc,v 1.1 2002/04/16 23:14:07 thorpej Exp $ + +deffs FDESC + +file miscfs/fdesc/fdesc_vfsops.c fdesc +file miscfs/fdesc/fdesc_vnops.c fdesc |
