aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--applets/busybox.c2
-rw-r--r--busybox.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 5f1c56bc3..e454bb6ec 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -377,7 +377,7 @@ static char* install_dir[] = {
377typedef int (*__link_f)(const char *, const char *); 377typedef int (*__link_f)(const char *, const char *);
378 378
379/* create (sym)links for each applet */ 379/* create (sym)links for each applet */
380int install_links(const char *busybox, int use_symbolic_links) 380static int install_links(const char *busybox, int use_symbolic_links)
381{ 381{
382 __link_f Link = link; 382 __link_f Link = link;
383 383
diff --git a/busybox.c b/busybox.c
index 5f1c56bc3..e454bb6ec 100644
--- a/busybox.c
+++ b/busybox.c
@@ -377,7 +377,7 @@ static char* install_dir[] = {
377typedef int (*__link_f)(const char *, const char *); 377typedef int (*__link_f)(const char *, const char *);
378 378
379/* create (sym)links for each applet */ 379/* create (sym)links for each applet */
380int install_links(const char *busybox, int use_symbolic_links) 380static int install_links(const char *busybox, int use_symbolic_links)
381{ 381{
382 __link_f Link = link; 382 __link_f Link = link;
383 383