diff options
Diffstat (limited to 'net-mgmt/nettop/files/patch-nettop.c')
-rw-r--r-- | net-mgmt/nettop/files/patch-nettop.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net-mgmt/nettop/files/patch-nettop.c b/net-mgmt/nettop/files/patch-nettop.c deleted file mode 100644 index 7941e4cd7278..000000000000 --- a/net-mgmt/nettop/files/patch-nettop.c +++ /dev/null @@ -1,19 +0,0 @@ ---- 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; - } - } - } |