freebsd-ports/net-mgmt/nettop/files/patch-nettop.c
Yen-Ming Lee 13a81d7fbf - add nettop-0.2.3
Nettop is a program which looks like top, but is for network packets.
It requires libpcap and slang to be installed on your computer.

WWW: http://srparish.net/scripts/
2006-04-21 14:12:50 +00:00

19 lines
337 B
C

--- nettop.c.orig Fri Nov 9 11:50:03 2001
+++ nettop.c Fri Apr 21 18:19:58 2006
@@ -57,7 +57,7 @@
#include <signal.h>
#include <unistd.h>
#include <limits.h>
-#ifdef sun
+#ifdef __FreeBSD__
#include <netinet/in_systm.h>
#endif
#include <netinet/in.h>
@@ -361,6 +361,7 @@
}
break;
default:
+ break;
}
}
}