summaryrefslogtreecommitdiffstats
path: root/ttcp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-12 16:14:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-12 16:14:27 +0000
commitd265bbf31a2fdb91c99e5206a0165ba782e0b95d (patch)
tree7f2a8b2b54e9b5ddce28c4b56d1b43e54c8980e4 /ttcp
parentAdded code to turn on debug. (diff)
downloadnetwork-demos-d265bbf31a2fdb91c99e5206a0165ba782e0b95d.tar.bz2
Added undef of delay to avoid errors on some targets.
Diffstat (limited to 'ttcp')
-rw-r--r--ttcp/rtems_ttcp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ttcp/rtems_ttcp.c b/ttcp/rtems_ttcp.c
index d266b42..e2fa6db 100644
--- a/ttcp/rtems_ttcp.c
+++ b/ttcp/rtems_ttcp.c
@@ -291,4 +291,6 @@ test_network (void)
*/
#define htons(x) (x)
+#undef delay
+
#include "ttcp_orig/ttcp.c"