diff options
author | k0r10n <k0r10n.dev@gmail.com> | 2014-09-17 07:59:24 +0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-17 14:55:05 +0000 |
commit | a5d8b21b59e347283cdab802e9b10430d03a9447 (patch) | |
tree | 42eabb2d4dfa9dbcbe8118a1a16f6a1ff3ddf0c2 /testing/lxpanel/10-devproc-lxpanel-0.6.2.patch | |
parent | 16efcf09cc29ce9f6d3f1fb619064436bb8a0423 (diff) | |
download | aports-a5d8b21b59e347283cdab802e9b10430d03a9447.tar.bz2 aports-a5d8b21b59e347283cdab802e9b10430d03a9447.tar.xz |
testing/lxpanel: upgrade to 0.6.2
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, 21 insertions, 0 deletions
diff --git a/testing/lxpanel/10-devproc-lxpanel-0.6.2.patch b/testing/lxpanel/10-devproc-lxpanel-0.6.2.patch new file mode 100644 index 0000000000..aed0cc50ce --- /dev/null +++ b/testing/lxpanel/10-devproc-lxpanel-0.6.2.patch @@ -0,0 +1,21 @@ +--- a/src/plugins/netstat/devproc.c ++++ b/src/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, |