diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-09 07:51:13 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-11 16:16:43 +0000 |
commit | 640b988f625ce77cdeb7cc8c58bf3ff1a560b01c (patch) | |
tree | d2173cc1fa81b55d1fa2dd6a01f241856aa3a172 /unmaintained/lxpanel/10-devproc-lxpanel-0.6.2.patch | |
parent | 9e11a23e5aabf36ed1e2d3e7c235d97b4eb9cb30 (diff) | |
download | aports-640b988f625ce77cdeb7cc8c58bf3ff1a560b01c.tar.bz2 aports-640b988f625ce77cdeb7cc8c58bf3ff1a560b01c.tar.xz |
unmaintained/lxpanel: move from testing
Diffstat (limited to 'unmaintained/lxpanel/10-devproc-lxpanel-0.6.2.patch')
-rw-r--r-- | unmaintained/lxpanel/10-devproc-lxpanel-0.6.2.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/unmaintained/lxpanel/10-devproc-lxpanel-0.6.2.patch b/unmaintained/lxpanel/10-devproc-lxpanel-0.6.2.patch new file mode 100644 index 0000000000..0932a4be25 --- /dev/null +++ b/unmaintained/lxpanel/10-devproc-lxpanel-0.6.2.patch @@ -0,0 +1,21 @@ +--- 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, |