mirror of
https://github.com/clearml/dropbear
synced 2025-04-07 06:04:15 +00:00
Use "uint64_t" instead of "u_int64_t" since the Solaris doesn't have the
latter
This commit is contained in:
parent
59943acffe
commit
a6568626a5
2
scp.c
2
scp.c
@ -773,7 +773,7 @@ bwlimit(int amount)
|
|||||||
{
|
{
|
||||||
static struct timeval bwstart, bwend;
|
static struct timeval bwstart, bwend;
|
||||||
static int lamt, thresh = 16384;
|
static int lamt, thresh = 16384;
|
||||||
u_int64_t waitlen;
|
uint64_t waitlen;
|
||||||
struct timespec ts, rm;
|
struct timespec ts, rm;
|
||||||
|
|
||||||
if (!timerisset(&bwstart)) {
|
if (!timerisset(&bwstart)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user