Commit e3303e02 authored by Linus Torvalds's avatar Linus Torvalds

Fix old-style fn declaration.

parent fa0e5198
...@@ -927,7 +927,7 @@ int __set_fs_altroot(const char *altroot) ...@@ -927,7 +927,7 @@ int __set_fs_altroot(const char *altroot)
return 0; return 0;
} }
void set_fs_altroot() void set_fs_altroot(void)
{ {
char *emul = __emul_prefix(); char *emul = __emul_prefix();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment