Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-13 05:18:56 +0400
committerErik Andersen <andersen@codepoet.org>2000-04-13 05:18:56 +0400
commit61677feff7f549a48267c2c0c50a7420de6e2599 (patch)
tree1ea829e51641647a35c552e289f4482ab9f5db27 /cp_mv.c
parent62dc17a3b100496a5c7433cc598d674e244cb6f8 (diff)
Upates to include copyright 2000 to everything
-Erik
Diffstat (limited to 'cp_mv.c')
-rw-r--r--cp_mv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cp_mv.c b/cp_mv.c
index 72b0791c2..9a3084935 100644
--- a/cp_mv.c
+++ b/cp_mv.c
@@ -37,7 +37,7 @@
#include <utime.h>
#include <dirent.h>
#include <sys/param.h>
-#include <setjmp.h> /* Ok to use this since `ash' does, therefore it's in the libc subset already. */
+#include <setjmp.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>