diff options
Diffstat (limited to 'util-linux/readprofile.c')
-rw-r--r-- | util-linux/readprofile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/readprofile.c b/util-linux/readprofile.c index dd810f021..a17b9c880 100644 --- a/util-linux/readprofile.c +++ b/util-linux/readprofile.c | |||
@@ -41,6 +41,7 @@ | |||
41 | static const char defaultmap[] = "/boot/System.map"; | 41 | static const char defaultmap[] = "/boot/System.map"; |
42 | static const char defaultpro[] = "/proc/profile"; | 42 | static const char defaultpro[] = "/proc/profile"; |
43 | 43 | ||
44 | int readprofile_main(int argc, char **argv); | ||
44 | int readprofile_main(int argc, char **argv) | 45 | int readprofile_main(int argc, char **argv) |
45 | { | 46 | { |
46 | FILE *map; | 47 | FILE *map; |