httpd: sendfile support
[oweals/busybox.git] / networking / ftpgetput.c
index 02e7c52707f3fc1af8652f4af52d771daaf7bced..f3d6009dd0a84451ecfa9cf41f13b00f4d2c0789 100644 (file)
@@ -287,7 +287,7 @@ int ftp_send(ftp_host_info_t *server, FILE *control_stream,
 #define FTPGETPUT_OPT_PORT     16
 
 #if ENABLE_FEATURE_FTPGETPUT_LONG_OPTIONS
-static const char ftpgetput_longopts[] =
+static const char ftpgetput_longopts[] ALIGN1 =
        "continue\0" Required_argument "c"
        "verbose\0"  No_argument       "v"
        "username\0" Required_argument "u"