pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

patch added



Module Name:	pkgsrc-wip
Committed By:	jaypatelani <jaypatelani%gmail.com@localhost>
Pushed By:	jaypatelani
Date:		Sat Feb 27 15:27:09 2021 +0530
Changeset:	898aa7fdd7a59fcd9018f10f8df41d2a35c697af

Modified Files:
	ksysguard/distinfo
Added Files:
	ksysguard/patches/patch-plugins_process_network_helper_Packet.cpp

Log Message:
patch added

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=898aa7fdd7a59fcd9018f10f8df41d2a35c697af

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ksysguard/distinfo                                          |  1 +
 .../patches/patch-plugins_process_network_helper_Packet.cpp | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diffs:
diff --git a/ksysguard/distinfo b/ksysguard/distinfo
index ec55757590..5777e439cf 100644
--- a/ksysguard/distinfo
+++ b/ksysguard/distinfo
@@ -13,3 +13,4 @@ SHA1 (patch-ksysguardd_NetBSD_Memory.c) = 0752eca6966424e5b7e56cef96d6868268ba6d
 SHA1 (patch-ksysguardd_NetBSD_Memory.h) = 7fe2f05789d6166a982785ae155e36d7ed1cdcd1
 SHA1 (patch-ksysguardd_NetBSD_ProcessList.c) = ab4158bcbc23210dd75e8b9bcceeff552bdc56b6
 SHA1 (patch-ksysguardd_Solaris_LoadAvg.c) = 4d21e99fd3e183cc20560ccdb08451c858536ec9
+SHA1 (patch-plugins_process_network_helper_Packet.cpp) = c86f695f485f96c55f6ac9f04996c21c67245fab
diff --git a/ksysguard/patches/patch-plugins_process_network_helper_Packet.cpp b/ksysguard/patches/patch-plugins_process_network_helper_Packet.cpp
new file mode 100644
index 0000000000..28c5982b1f
--- /dev/null
+++ b/ksysguard/patches/patch-plugins_process_network_helper_Packet.cpp
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- plugins/process/network/helper/Packet.cpp.orig	2020-05-05 14:44:00.000000000 +0000
++++ plugins/process/network/helper/Packet.cpp
+@@ -23,7 +23,7 @@
+ 
+ #include <sys/types.h>
+ #include <arpa/inet.h>
+-#include <net/ethernet.h>
++#include <net/if_ether.h>
+ #include <netinet/in.h>
+ #include <netinet/ip.h>
+ #include <netinet/ip6.h>


Home | Main Index | Thread Index | Old Index