X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=signal.c;h=2d5549d59817b151ae6780fa43e083f881c81ea9;hp=0b4b6f0b847171e3c68311c4075c2d26f017a5b3;hb=3d875f51dcbb6b07c4698d0696b8b946997e6373;hpb=9b565c60fd159e12d255bb18db9dbff066deebea diff --git a/signal.c b/signal.c index 0b4b6f0b..2d5549d5 100644 --- a/signal.c +++ b/signal.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2010 Andre Noll + * Copyright (C) 2004-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -7,7 +7,6 @@ #include #include -#include #include "para.h" #include "error.h" @@ -151,7 +150,7 @@ void para_install_sighandler(int sig) /** * Return the number of the next pending signal. * - * \param rfds Th fd_set containing the signal pipe. + * \param rfds The fd_set containing the signal pipe. * * \return On success, the number of the received signal is returned. If there * is no signal currently pending, the function returns zero. On read errors