aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-27 07:54:33 +0000
committerbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-06-27 07:54:33 +0000
commitd3576ab87646c9629d64050eaf6f4cfd517ff51a (patch)
treece5a523ce1ce9afdd509e4fd6ffefb9818aef57d /applets
parent6470bf66666ca13504d028182f41ae448e950986 (diff)
downloadbusybox-w32-d3576ab87646c9629d64050eaf6f4cfd517ff51a.tar.gz
busybox-w32-d3576ab87646c9629d64050eaf6f4cfd517ff51a.tar.bz2
busybox-w32-d3576ab87646c9629d64050eaf6f4cfd517ff51a.zip
+ s/int install_links/static int install_links/
? Did you want "busybox --install" or "busybox install" ? The TODO and mailing-list conflict on this issue. I would recommend against "busybox install", because people might confuse it w/ /usr/bin/install that does something different. git-svn-id: svn://busybox.net/trunk/busybox@709 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c2
1 files changed, 1 insertions, 1 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