diff options
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/rmmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/rmmod.c b/modutils/rmmod.c index 650a5b0..6b15b48 100644 --- a/modutils/rmmod.c +++ b/modutils/rmmod.c @@ -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[] = |