diff options
Diffstat (limited to 'coreutils/cp.c')
-rw-r--r-- | coreutils/cp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/coreutils/cp.c b/coreutils/cp.c index a80e0d286..8c0937971 100644 --- a/coreutils/cp.c +++ b/coreutils/cp.c | |||
@@ -18,6 +18,9 @@ | |||
18 | #include "busybox.h" | 18 | #include "busybox.h" |
19 | #include "libcoreutils/coreutils.h" | 19 | #include "libcoreutils/coreutils.h" |
20 | 20 | ||
21 | /* This is a NOEXEC applet. Be very careful! */ | ||
22 | |||
23 | |||
21 | int cp_main(int argc, char **argv); | 24 | int cp_main(int argc, char **argv); |
22 | int cp_main(int argc, char **argv) | 25 | int cp_main(int argc, char **argv) |
23 | { | 26 | { |