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
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
slstatus.c
→
slstatus.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");