From fc738b566c5cd4a44265e3094444b6f4234f0831 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sun, 3 Sep 2006 08:16:52 +0000 Subject: Place the add_file/replace_file/ignore_file markers in the module info files into blocks; makes a bit more sense, since there are potentially many arguments to each, and the current system was making it difficult to write a generic reader for the files. --- modules/alloc_mmap/modinfo.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules/alloc_mmap') diff --git a/modules/alloc_mmap/modinfo.txt b/modules/alloc_mmap/modinfo.txt index f51e3cb68..a6e79d61f 100644 --- a/modules/alloc_mmap/modinfo.txt +++ b/modules/alloc_mmap/modinfo.txt @@ -2,8 +2,10 @@ realname "Disk Based Allocation System" define ALLOC_MMAP -add_file mmap_mem.cpp -add_file mmap_mem.h + +mmap_mem.cpp +mmap_mem.h + linux -- cgit v1.2.3