changeset 633:cf5a167776c3

Use "uint64_t" instead of "u_int64_t" since the Solaris doesn't have the latter
author Matt Johnston <matt@ucc.asn.au>
date Mon, 07 Nov 2011 19:31:53 +0800
parents abf040aedd44
children a98e2ced7bfa
files scp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)) {