aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/cp.c')
-rw-r--r--coreutils/cp.c3
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
21int cp_main(int argc, char **argv); 24int cp_main(int argc, char **argv);
22int cp_main(int argc, char **argv) 25int cp_main(int argc, char **argv)
23{ 26{