+ 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.
This commit is contained in:
		@@ -377,7 +377,7 @@ static char* install_dir[] = {
 | 
			
		||||
typedef int (*__link_f)(const char *, const char *);
 | 
			
		||||
 | 
			
		||||
/* create (sym)links for each applet */
 | 
			
		||||
int install_links(const char *busybox, int use_symbolic_links)
 | 
			
		||||
static int install_links(const char *busybox, int use_symbolic_links)
 | 
			
		||||
{
 | 
			
		||||
    __link_f Link = link;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -377,7 +377,7 @@ static char* install_dir[] = {
 | 
			
		||||
typedef int (*__link_f)(const char *, const char *);
 | 
			
		||||
 | 
			
		||||
/* create (sym)links for each applet */
 | 
			
		||||
int install_links(const char *busybox, int use_symbolic_links)
 | 
			
		||||
static int install_links(const char *busybox, int use_symbolic_links)
 | 
			
		||||
{
 | 
			
		||||
    __link_f Link = link;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user