corrected the size_t weirdness. Expect size_t to be unsigned. Moved most
authorDaniel Stenberg <daniel@haxx.se>
Tue, 14 Aug 2001 08:24:37 +0000 (08:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 14 Aug 2001 08:24:37 +0000 (08:24 +0000)
commitd95ed06aa9cbcc4d0bf3a741bd3e831f03ce9153
tree6aea24c0225fe1917bc1036d9036a79f9a2430e4
parent5abe5f664afabfc68cae3abde56991f24301812b
corrected the size_t weirdness. Expect size_t to be unsigned. Moved most
over to ssize_t that is signed. Removed all the special-purpose VMS #ifdefs
that were added for this.
lib/ftp.c