all repos — slstatus @ 81997b327c908a618e7c0b4e0be6103eb71fb6de

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

removed more unneeded comments
Aaron Marcher info@nulltime.net
Fri, 09 Sep 2016 19:21:26 +0200
commit

81997b327c908a618e7c0b4e0be6103eb71fb6de

parent

545f1560e6b019a49f9df7f7f16e861b58ce51f4

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

jump to
M slstatus.cslstatus.c

@@ -277,7 +277,6 @@ warn("Error getting IP address");

return smprintf(UNKNOWN_STR); } - /* get the ip address */ for (ifa = ifaddr; ifa != NULL; ifa = ifa->ifa_next) { if (ifa->ifa_addr == NULL) continue;

@@ -294,7 +293,6 @@ return smprintf("%s", host);

} } - /* free the address */ freeifaddrs(ifaddr); return smprintf(UNKNOWN_STR);