]> git.gsnw.org Git - fping.git/commitdiff
further work on faster loop
authorDavid Schweikert <dws@open.ch>
Thu, 15 Dec 2011 13:26:52 +0000 (14:26 +0100)
committerDavid Schweikert <dws@open.ch>
Thu, 15 Dec 2011 13:26:52 +0000 (14:26 +0100)
fping.c

diff --git a/fping.c b/fping.c
index f4e5bd1f7709b58f787e1e76d28d25aedfab1cbc..98ee09da9a7cd67c95c0c0f3bab74baa9ae06c13 100755 (executable)
--- a/fping.c
+++ b/fping.c
  * 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  <schemers@stanford.edu>
  * IPv6 Support:     Jeroen Massar    <jeroen@unfix.org / jeroen@ipng.nl>
  * Bugfixes, byte order & senseful seq.-numbers: Stephan Fuhrmann (stephan.fuhrmann AT 1und1.de)
  * Improved main loop: David Schweikert <david@schweikert.ch>
  *
  *
- * 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");
 }
 
 /************************************************************