diff options
author | Matt Johnston <matt@ucc.asn.au> | 2011-11-07 19:31:53 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2011-11-07 19:31:53 +0800 |
commit | a6568626a53ce13951d1f7d023d4843c3f2cf524 (patch) | |
tree | d937bfc8f13087e117cb3e9348d31d7793a64439 | |
parent | 59943acffe0b5bba9b440aeceafc018c90b8e7af (diff) |
Use "uint64_t" instead of "u_int64_t" since the Solaris doesn't have the
latter
-rw-r--r-- | scp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) { |