Oops. Forgot the usleep.c file.
[oweals/busybox.git] / dd.c
diff --git a/dd.c b/dd.c
index d50cf746b9eb630c7794645d8b14604d72d3d5e6..9c7d872b195511354a2f59982cbccd455844b841 100644 (file)
--- a/dd.c
+++ b/dd.c
@@ -57,8 +57,8 @@ static const char dd_usage[] =
 
 extern int dd_main(int argc, char **argv)
 {
-       const char *inFile = NULL;
-       const char *outFile = NULL;
+       char *inFile = NULL;
+       char *outFile = NULL;
        char *cp;
        int inFd;
        int outFd;