From 556c26916c4a77a373f0bceb0b91d0a2e717f420 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Aug 2008 16:40:18 +0000 Subject: 2008-08-21 Joel Sherrill * ttcp_orig/ttcp.c: Fix warning. --- ttcp/ChangeLog | 4 ++++ ttcp/ttcp_orig/ttcp.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ttcp/ChangeLog b/ttcp/ChangeLog index 54e36b7..3e3729f 100644 --- a/ttcp/ChangeLog +++ b/ttcp/ChangeLog @@ -1,3 +1,7 @@ +2008-08-21 Joel Sherrill + + * ttcp_orig/ttcp.c: Fix warning. + 2007-09-25 Joel Sherrill * .cvsignore: New file. diff --git a/ttcp/ttcp_orig/ttcp.c b/ttcp/ttcp_orig/ttcp.c index a5a4ecb..85da5ab 100644 --- a/ttcp/ttcp_orig/ttcp.c +++ b/ttcp/ttcp_orig/ttcp.c @@ -593,6 +593,7 @@ prep_timer() double read_timer(str,len) char *str; +int len; { struct timeval timedol; struct rusage ru1; @@ -837,7 +838,7 @@ again: } void -delay(us) +delay(int us) { struct timeval tv; -- cgit v1.2.3