mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:23:32 +03:00
Steve Little's fixes to allow compilation on VMS 64-bit mode
This commit is contained in:
parent
61d7e720a5
commit
94b253fde7
10 changed files with 81 additions and 14 deletions
|
|
@ -3482,7 +3482,7 @@ static void dumpeasycode(struct Configurable *config)
|
|||
}
|
||||
|
||||
static int
|
||||
operate(struct Configurable *config, int argc, char *argv[])
|
||||
operate(struct Configurable *config, int argc, argv_item_t argv[])
|
||||
{
|
||||
char errorbuffer[CURL_ERROR_SIZE];
|
||||
char useragent[128]; /* buah, we don't want a larger default user agent */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue