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/procfs | |
| 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/procfs')
| -rw-r--r-- | sys/miscfs/procfs/files.procfs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/miscfs/procfs/files.procfs b/sys/miscfs/procfs/files.procfs new file mode 100644 index 00000000000..cd82165b257 --- /dev/null +++ b/sys/miscfs/procfs/files.procfs @@ -0,0 +1,13 @@ +# $NetBSD: files.procfs,v 1.1 2002/04/16 23:14:08 thorpej Exp $ + +deffs PROCFS + +file miscfs/procfs/procfs_cmdline.c procfs +file miscfs/procfs/procfs_ctl.c procfs +file miscfs/procfs/procfs_linux.c procfs +file miscfs/procfs/procfs_map.c procfs +file miscfs/procfs/procfs_note.c procfs +file miscfs/procfs/procfs_status.c procfs +file miscfs/procfs/procfs_subr.c procfs +file miscfs/procfs/procfs_vfsops.c procfs +file miscfs/procfs/procfs_vnops.c procfs |
