# HG changeset patch # User Matt Johnston # Date 1320665513 -28800 # Node ID cf5a167776c3a30a38ba2856aea83345ba94bace # Parent abf040aedd44c1f81d07430846fd4765ca106313 Use "uint64_t" instead of "u_int64_t" since the Solaris doesn't have the latter diff -r abf040aedd44 -r cf5a167776c3 scp.c --- a/scp.c Sun Nov 06 20:22:34 2011 +0800 +++ b/scp.c Mon Nov 07 19:31:53 2011 +0800 @@ -773,7 +773,7 @@ { static struct timeval bwstart, bwend; static int lamt, thresh = 16384; - u_int64_t waitlen; + uint64_t waitlen; struct timespec ts, rm; if (!timerisset(&bwstart)) {