diff options
Diffstat (limited to 'rmmod.c')
-rw-r--r-- | rmmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | 30 | ||
31 | /* And the system call of the day is... */ | 31 | /* And the system call of the day is... */ |
32 | extern int delete_module (const char * __name); | 32 | _syscall1(int, delete_module, const char *, name) |
33 | 33 | ||
34 | 34 | ||
35 | static const char rmmod_usage[] = | 35 | static const char rmmod_usage[] = |