Package: xfce4-netload-plugin / 1.2.4-2

Metadata

Package Version Patches format
xfce4-netload-plugin 1.2.4-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_drop include sysctl.h.patch | (download)

panel-plugin/os.h | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 drop #include <sys/sysctl.h> on linux
 The sysctl syscall is gone for ages -- depending on architecture, it will
 either spam syslog at runtime or fail to compile at all.  As we don't
 actually call it, the former is benign... but the latter is fatal on
 new architectures.
02_kfreebsd.patch | (download)

panel-plugin/net.c | 4 2 + 2 - 0 !
panel-plugin/net.h | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

---