]> git.sur5r.net Git - i3/i3status/commit
Fix FTBFS on Hurd
authorJakob Haufe <sur5r@sur5r.net>
Thu, 28 Feb 2013 13:15:22 +0000 (14:15 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 2 Mar 2013 12:48:43 +0000 (13:48 +0100)
commitd62e10c56dd02401d89e9d5d2ae32ba51ad9744b
tree6bc61f8818760c7992b133e9082ff7dbb5e6731e
parente39f398cc5f3992d250c85d2ae095d568d0df060
Fix FTBFS on Hurd

On GNU/Hurd, THERMAL_ZONE is undefined. This makes compilation fail as
outwalk is declared inside of #ifdef THERMAL_ZONE, but it's used outside
of it (by OUTPUT_FULL_TEXT).

This moves the declaration outside the #ifdef to allow for successful
compilation on Hurd again.
src/print_cpu_temperature.c