summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-21 16:40:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-21 16:40:18 +0000
commit556c26916c4a77a373f0bceb0b91d0a2e717f420 (patch)
tree96a3a3d88f58afc872c780ba429d3cf768a4e6bc
parent1b2e1d9e88c0d70dab1b4904f033a2506f3cf22f (diff)
2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* ttcp_orig/ttcp.c: Fix warning.
-rw-r--r--ttcp/ChangeLog4
-rw-r--r--ttcp/ttcp_orig/ttcp.c3
2 files changed, 6 insertions, 1 deletions
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 <joel.sherrill@oarcorp.com>
+
+ * ttcp_orig/ttcp.c: Fix warning.
+
2007-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* .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;