lsmod now uses the query_module syscall, rather then /proc

-Erik
This commit is contained in:
Eric Andersen
2000-08-21 19:25:16 +00:00
parent b2fc5a0647
commit be0dc0d06a
3 changed files with 143 additions and 18 deletions

View File

@@ -11,6 +11,7 @@
cleaner too, thanks to Allen Soard <esp-software@mail.hypermart.net>
* Add optional ls file sorting, thanks to a patch from
Sterling Huxley <sterling@europa.com>
* lsmod now uses the query_module syscall, rather then /proc
-Erik Andersen