Minor fixes to rmmod. First pass at insmod (not yet working).

-Erik
This commit is contained in:
Erik Andersen
1999-12-17 01:08:27 +00:00
parent c144e330c0
commit 6da0ae8183
6 changed files with 10 additions and 2 deletions

View File

@ -29,7 +29,7 @@
/* And the system call of the day is... */
extern int delete_module (const char * __name);
_syscall1(int, delete_module, const char *, name)
static const char rmmod_usage[] =