From: David Schweikert Date: Thu, 15 Dec 2011 13:26:52 +0000 (+0100) Subject: further work on faster loop X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11184c5cefc6aee33e587ecb3cf500914fc3850a;p=fping.git further work on faster loop --- diff --git a/fping.c b/fping.c index f4e5bd1..98ee09d 100755 --- a/fping.c +++ b/fping.c @@ -11,26 +11,19 @@ * It is highly recommended that your editor is set to this * tab stop setting for viewing and editing. * - * fping website: http://www.fping.org - * * + * fping website: http://www.fping.org * - * Current maintainers of fping: - * - * David Schweikert + * Current maintainer of fping: David Schweikert * Please send suggestions and patches to: david@schweikert.ch * * - * * Original author: Roland Schemers * IPv6 Support: Jeroen Massar * Bugfixes, byte order & senseful seq.-numbers: Stephan Fuhrmann (stephan.fuhrmann AT 1und1.de) * Improved main loop: David Schweikert * * - * RCS header information no longer used. It has been moved to the - * ChangeLog file. - * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentation, @@ -1234,8 +1227,6 @@ void main_loop() last_report_time = current_time; } } - - fprintf(stderr, "No further events\n"); } /************************************************************