diff options
author | Ron Yorston <rmy@pobox.com> | 2014-03-11 19:40:20 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-03-11 19:40:20 +0000 |
commit | dec20ad781163656832c571d52d0303c67ea8c09 (patch) | |
tree | 830a27bc8f2383d4ba50680f5d6fac1ec5c96b6a /libbb/appletlib.c | |
parent | 0a2a7b55a9212d8fc708fd564407e5505b5e8363 (diff) | |
parent | 69f9567de28976cfbc7b216c46aa391ce82bd3b7 (diff) | |
download | busybox-w32-dec20ad781163656832c571d52d0303c67ea8c09.tar.gz busybox-w32-dec20ad781163656832c571d52d0303c67ea8c09.tar.bz2 busybox-w32-dec20ad781163656832c571d52d0303c67ea8c09.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r-- | libbb/appletlib.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 44161a219..14b21f827 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -608,7 +608,11 @@ static void install_links(const char *busybox, int use_symbolic_links, | |||
608 | } | 608 | } |
609 | } | 609 | } |
610 | # else | 610 | # else |
611 | # define install_links(x,y,z) ((void)0) | 611 | static void install_links(const char *busybox UNUSED_PARAM, |
612 | int use_symbolic_links UNUSED_PARAM, | ||
613 | char *custom_install_dir UNUSED_PARAM) | ||
614 | { | ||
615 | } | ||
612 | # endif | 616 | # endif |
613 | 617 | ||
614 | /* If we were called as "busybox..." */ | 618 | /* If we were called as "busybox..." */ |