Use "uint64_t" instead of "u_int64_t" since the Solaris doesn't have the

latter
This commit is contained in:
Matt Johnston 2011-11-07 19:31:53 +08:00
parent 59943acffe
commit a6568626a5

2
scp.c
View File

@ -773,7 +773,7 @@ bwlimit(int amount)
{
static struct timeval bwstart, bwend;
static int lamt, thresh = 16384;
u_int64_t waitlen;
uint64_t waitlen;
struct timespec ts, rm;
if (!timerisset(&bwstart)) {