X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=udp_send.c;h=3379f98d1dcd2f6b205492f13f4a8bd3e2807ac0;hp=4315b7d756437bc21edb6f69499abbfed79844e7;hb=eeeab4239843e716b3fd4dd259985a4cd4c487a5;hpb=435ad905b15bdad01dc3189bed5bf1d647ed1229 diff --git a/udp_send.c b/udp_send.c index 4315b7d7..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,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. */