diff options
Diffstat (limited to 'modutils/rmmod.c')
-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 8f21031..f87fb5e 100644 --- a/modutils/rmmod.c +++ b/modutils/rmmod.c @@ -36,7 +36,7 @@ void filename2modname(char *modname, const char *afterslash); // There really should be a header file for this... int query_module(const char *name, int which, void *buf, - size_t bufsize, size_t *ret); + size_t bufsize, size_t *ret); int rmmod_main(int argc, char **argv) { |