Hi everyone, hope things are going well for y'all.
I just got around to building iftop 0.16 on our Solaris systems, and ran into the integers.h problem in options.c.. I see this was correctly reported a few months ago, but I'd assume this would give at least minor grief to anyone who was trying to build on Solaris without checking the mailing list archives.
I believe a patch was already reported on this, but if not, here's a handy one that could be applied.. hint, hint. ;-)
Thanks!
Jon
diff -NrU 3 iftop-0.16.orig/options.c iftop-0.16a/options.c --- iftop-0.16.orig/options.c 2004-01-20 05:33:55.000000000 -0600 +++ iftop-0.16a/options.c 2004-06-23 20:22:16.000000000 -0500 @@ -6,6 +6,7 @@
#include "config.h"
+#include "integers.h" #include <sys/types.h>
#include <stdio.h>