Introduction
Introduction Statistics Contact Development Disclaimer Help
swap: removed unused include - slstatus - status monitor
git clone git://git.suckless.org/slstatus
Log
Files
Refs
README
LICENSE
---
commit 0c29fc56f992a1eb74fadea361180d77af262ee5
parent a18439af114b98ab026921b0cac61164f7a4eea8
Author: Tobias Tschinkowitz <[email protected]>
Date: Tue, 29 May 2018 14:28:39 +0200
swap: removed unused include
Diffstat:
M components/swap.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/components/swap.c b/components/swap.c
@@ -107,7 +107,6 @@
}
#elif defined(__OpenBSD__)
#include <stdlib.h>
- #include <sys/param.h> /* dbtob */
#include <sys/swap.h>
#include <sys/types.h>
#include <unistd.h>
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.