diff scp.c @ 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 281ed8384eb4
children 0ad95abf8d3c
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)) {