aboutsummaryrefslogtreecommitdiff
path: root/rmmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'rmmod.c')
-rw-r--r--rmmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rmmod.c b/rmmod.c
index 650a5b04f..6b15b48bb 100644
--- a/rmmod.c
+++ b/rmmod.c
@@ -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... */
32extern int delete_module (const char * __name); 32_syscall1(int, delete_module, const char *, name)
33 33
34 34
35static const char rmmod_usage[] = 35static const char rmmod_usage[] =