aboutsummaryrefslogtreecommitdiff
path: root/util-linux/mdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/mdev.c')
-rw-r--r--util-linux/mdev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/mdev.c b/util-linux/mdev.c
index 4a0e9f9fd..f9f067dfe 100644
--- a/util-linux/mdev.c
+++ b/util-linux/mdev.c
@@ -230,6 +230,7 @@ static void find_dev(char *path)
230 closedir(dir); 230 closedir(dir);
231} 231}
232 232
233int mdev_main(int argc, char *argv[]);
233int mdev_main(int argc, char *argv[]) 234int mdev_main(int argc, char *argv[])
234{ 235{
235 char *action; 236 char *action;