"/usr/local/lib/depmod.d",
DISTCONFDIR "/depmod.d",
"/lib/depmod.d",
- NULL
+ NULL,
};
static const char cmdopts_s[] = "aAb:o:C:E:F:euqrvnP:wmVh";
{ "map", no_argument, 0, 'm' }, /* deprecated */
{ "version", no_argument, 0, 'V' },
{ "help", no_argument, 0, 'h' },
- { }
+ { },
};
static void help(void)
{ "modules.builtin.bin", output_builtin_bin },
{ "modules.builtin.alias.bin", output_builtin_alias_bin },
{ "modules.devname", output_devname },
- { }
+ { },
};
const char *dname = depmod->cfg->outdirname;
int dfd, err = 0;
static const struct option cmdopts[] = {
{"version", no_argument, 0, 'V'},
{"help", no_argument, 0, 'h'},
- {NULL, 0, 0, 0}
+ {NULL, 0, 0, 0},
};
static void help(void)
static const struct option options[] = {
{ "help", no_argument, NULL, 'h' },
{ "version", no_argument, NULL, 'V' },
- {}
+ {},
};
static const struct kmod_cmd kmod_cmd_help;
{"basedir", required_argument, 0, 'b'},
{"version", no_argument, 0, 'V'},
{"help", no_argument, 0, 'h'},
- {NULL, 0, 0, 0}
+ {NULL, 0, 0, 0},
};
static void help(void)
{"verbose", no_argument, 0, 'v'},
{"version", no_argument, 0, 'V'},
{"help", no_argument, 0, 'h'},
- {NULL, 0, 0, 0}
+ {NULL, 0, 0, 0},
};
static void help(void)
{"verbose", no_argument, 0, 'v'},
{"version", no_argument, 0, 'V'},
{"help", no_argument, 0, 'h'},
- {NULL, 0, 0, 0}
+ {NULL, 0, 0, 0},
};
static void help(void)