all repos — slstatus @ 0c29fc56f992a1eb74fadea361180d77af262ee5

my build of slstatus (tools.suckless.org/slstatus/)

swap: removed unused include
Tobias Tschinkowitz tobias@he4d.net
Tue, 29 May 2018 14:28:39 +0200
commit

0c29fc56f992a1eb74fadea361180d77af262ee5

parent

a18439af114b98ab026921b0cac61164f7a4eea8

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M components/swap.ccomponents/swap.c

@@ -107,7 +107,6 @@ return fmt_human((total - free - cached) * 1024, 1024);

} #elif defined(__OpenBSD__) #include <stdlib.h> - #include <sys/param.h> /* dbtob */ #include <sys/swap.h> #include <sys/types.h> #include <unistd.h>