From abfd5077383bbfce2a0808e4c8a6d134b48c0300 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Thu, 5 Mar 2009 14:34:31 -0800 Subject: auto import from //depot/cupcake/@136594 --- netcat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netcat.c b/netcat.c index e6b8a1b..c1d3f08 100644 --- a/netcat.c +++ b/netcat.c @@ -952,7 +952,7 @@ dol_err: Use the time delay between writes if given, otherwise use the "tcp ping" trick for getting the RTT. [I got that idea from pluvius, and warped it.] Return either the original fd, or clean up and return -1. */ -udptest (fd, where) +int udptest (fd, where) int fd; IA * where; { @@ -1300,7 +1300,7 @@ Debug (("wrote %d to net, errno %d", rr, errno)) /* main : now we pull it all together... */ -main (argc, argv) +int main (argc, argv) int argc; char ** argv; { -- cgit v1.2.3