X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=udp_send.c;h=3379f98d1dcd2f6b205492f13f4a8bd3e2807ac0;hp=465b3ca64171b41ec23df50b398c589226dc4c79;hb=56d75bd90d78cf44cd3984ce2a45627ef5646d38;hpb=97ad8ac8735dfd7a514aa66e9de54f253440c17d diff --git a/udp_send.c b/udp_send.c index 465b3ca6..3379f98d 100644 --- a/udp_send.c +++ b/udp_send.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2014 Andre Noll + * Copyright (C) 2005 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include @@ -58,7 +57,7 @@ static void udp_close_target(struct sender_client *sc) size_t len = vss_get_fec_eof_packet(&buf); /* - * Ignore the return value of wirte() since we are closing the target + * Ignore the return value of write() since we are closing the target * anyway. The sole purpose of the "do_nothing" statement is to silence * gcc. */