X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ln.c;h=7412a86fd124dd7a581a0227efa03e1d0c231f86;hb=6f343944548c2e41fde4a376e805bf322a8e01c9;hp=e35bf7a033769ffc4ba2ca57943e89cdda9cf611;hpb=d69d2da165d46f8ba237fe1a3080ee05fe9c5319;p=oweals%2Fbusybox.git diff --git a/ln.c b/ln.c index e35bf7a03..7412a86fd 100644 --- a/ln.c +++ b/ln.c @@ -21,17 +21,14 @@ * */ -#include "busybox.h" -#define BB_DECLARE_EXTERN -#define bb_need_not_a_directory -#include "messages.c" - #include #include #include #include #include #include +#include "busybox.h" + static const int LN_SYMLINK = 1; static const int LN_FORCE = 2;