From 5663d1c038c72369b0ac1af4bb301602c292b590 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Thu, 23 Aug 2001 21:23:02 +0000 Subject: write out each module to /tmp/modules.conf every time we insert them (MF #52293 --- loader/modules.h | 1 + 1 file changed, 1 insertion(+) (limited to 'loader/modules.h') diff --git a/loader/modules.h b/loader/modules.h index 7f7902eaf..d2d44ca33 100644 --- a/loader/modules.h +++ b/loader/modules.h @@ -10,6 +10,7 @@ struct loadedModuleInfo { char * name; char ** args; int weLoaded; + int written; char * path; int firstDevNum, lastDevNum; /* only used for ethernet currently */ enum driverMajor major; -- cgit