X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=udp_send.c;h=8fca5bc6c2759c27b4e0402cba3e341b60b82ebc;hp=4315b7d756437bc21edb6f69499abbfed79844e7;hb=b52960c3c1419f0c9198e29425d25eb69bdd3fa4;hpb=435ad905b15bdad01dc3189bed5bf1d647ed1229 diff --git a/udp_send.c b/udp_send.c index 4315b7d7..8fca5bc6 100644 --- a/udp_send.c +++ b/udp_send.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2014 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -10,12 +10,10 @@ #include #include #include -#include #include #include #include #include -#include #include #include "server.cmdline.h" @@ -23,7 +21,6 @@ #include "error.h" #include "string.h" #include "afh.h" -#include "afs.h" #include "server.h" #include "list.h" #include "send.h" @@ -60,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. */