all repos — slstatus @ 39fa14916b8a7432ebef574c6739cafc0bc2ed2f

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

get rid of unused variable (silly gcc did not report that error)
Ali H. Fardan raiz@firemail.cc
Wed, 12 Oct 2016 20:54:45 +0300
commit

39fa14916b8a7432ebef574c6739cafc0bc2ed2f

parent

4339c8330a3a9ac2a4000201a286cdda3808b4f6

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

jump to
M slstatus.cslstatus.c

@@ -269,7 +269,6 @@ static char *

hostname(void) { char buf[HOST_NAME_MAX]; - FILE *fp; if (gethostname(buf, sizeof(buf)) == -1) { warn(1, "hostname");