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