diff options
Diffstat (limited to 'coreutils/ln.c')
-rw-r--r-- | coreutils/ln.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coreutils/ln.c b/coreutils/ln.c index 720713475..fd4eacec2 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c | |||
@@ -13,6 +13,9 @@ | |||
13 | 13 | ||
14 | #include "busybox.h" | 14 | #include "busybox.h" |
15 | 15 | ||
16 | /* This is a NOEXEC applet. Be very careful! */ | ||
17 | |||
18 | |||
16 | #define LN_SYMLINK 1 | 19 | #define LN_SYMLINK 1 |
17 | #define LN_FORCE 2 | 20 | #define LN_FORCE 2 |
18 | #define LN_NODEREFERENCE 4 | 21 | #define LN_NODEREFERENCE 4 |