diff options
Diffstat (limited to 'testing/lxpanel/10-devproc-lxpanel-0.6.2.patch')
-rw-r--r-- | testing/lxpanel/10-devproc-lxpanel-0.6.2.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/lxpanel/10-devproc-lxpanel-0.6.2.patch b/testing/lxpanel/10-devproc-lxpanel-0.6.2.patch deleted file mode 100644 index 0932a4be25..0000000000 --- a/testing/lxpanel/10-devproc-lxpanel-0.6.2.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/plugins/netstat/devproc.c -+++ b/plugins/netstat/devproc.c -@@ -25,15 +25,15 @@ - #include <net/if.h> - #include <net/if_arp.h> - #include <arpa/inet.h> --#include <linux/sockios.h> --#include <linux/types.h> --#include <linux/ethtool.h> - #include <iwlib.h> - #include "nsconfig.h" - #include "netstat.h" - #include "statusicon.h" - #include "devproc.h" - #include "dbg.h" -+#include <linux/sockios.h> -+#include <linux/types.h> -+#include <linux/ethtool.h> - - /* network device list */ - static void netproc_netdevlist_add(NETDEVLIST_PTR *netdev_list, |