Patches from Robert Scheck <robert@fedoraproject.org>

* enable building iftop with more recent versions of autoconf/automake
* patch to remove compile time warnings (mostly already applied).
This commit is contained in:
pdw
2014-01-19 20:11:39 +00:00
parent 40add9566d
commit 687861284d
7 changed files with 21 additions and 175 deletions

4
ui.c
View File

@@ -3,6 +3,8 @@
*
*/
#include "config.h"
#include <sys/types.h>
#include <ctype.h>
@@ -49,7 +51,7 @@
" > - sort by dest name\n"\
" o - freeze current order\n"\
"\n"\
"iftop, version " IFTOP_VERSION
"iftop, version " PACKAGE_VERSION
extern hash_type* history;