Steve Little's fixes to allow compilation on VMS 64-bit mode

This commit is contained in:
Yang Tse 2007-04-25 03:00:10 +00:00
parent 61d7e720a5
commit 94b253fde7
10 changed files with 81 additions and 14 deletions

View file

@ -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 */