Add in ifconfig and route
[oweals/busybox.git] / dd.c
diff --git a/dd.c b/dd.c
index 582310681eb83f781ee10427f9c62a142fbe2398..75bbfbac2d4778db4d75fe3d6b47a2b14c1757c1 100644 (file)
--- a/dd.c
+++ b/dd.c
@@ -30,7 +30,7 @@
 #include <string.h>
 #include <fcntl.h>
 
-static struct suffix_mult dd_suffixes[] = {
+static const struct suffix_mult dd_suffixes[] = {
        { "c", 1 },
        { "w", 2 },
        { "b", 512 },